(Fnext_window): Add a QUIT in the loop.
This commit is contained in:
parent
5db9e620af
commit
2a3d714616
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue