(Fnext_window): Add a QUIT in the loop.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
1999-10-24 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* window.c (Fnext_window): Add a QUIT in the loop.
|
||||
|
||||
1999-10-23 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Makefile.in (bootstrap, bootstrap-emacs, bootstrap-temacs):
|
||||
|
||||
@@ -1232,6 +1232,8 @@ DEFUN ("next-window", Fnext_window, Snext_window, 0, 3, 0,
|
||||
window = XWINDOW (window)->vchild;
|
||||
else break;
|
||||
}
|
||||
|
||||
QUIT;
|
||||
}
|
||||
/* Which windows are acceptable?
|
||||
Exit the loop and accept this window if
|
||||
|
||||
Reference in New Issue
Block a user