]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fnext_window): Add a QUIT in the loop.
authorGerd Moellmann <gerd@gnu.org>
Sat, 23 Oct 1999 22:44:26 +0000 (22:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 23 Oct 1999 22:44:26 +0000 (22:44 +0000)
src/ChangeLog
src/window.c

index ae314a7209eee41a7e5d03ed0b82a467da1c0587..fbf1f1aeb99104f6facc27eebf55d836d50248f4 100644 (file)
@@ -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): 
index 683cdc5b363b962a8b0d7255b5193759c7a2471f..493b2cf018dde2d2b311fa1406cbe354ff3bf96e 100644 (file)
@@ -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