From: Gerd Moellmann Date: Sat, 23 Oct 1999 22:44:26 +0000 (+0000) Subject: (Fnext_window): Add a QUIT in the loop. X-Git-Tag: emacs-pretest-21.0.90~6328 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a3d7146168ebec675d12ea3db199f7696f68ab7;p=emacs.git (Fnext_window): Add a QUIT in the loop. --- diff --git a/src/ChangeLog b/src/ChangeLog index ae314a7209e..fbf1f1aeb99 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +1999-10-24 Gerd Moellmann + + * window.c (Fnext_window): Add a QUIT in the loop. + 1999-10-23 Gerd Moellmann * Makefile.in (bootstrap, bootstrap-emacs, bootstrap-temacs): diff --git a/src/window.c b/src/window.c index 683cdc5b363..493b2cf018d 100644 --- a/src/window.c +++ b/src/window.c @@ -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