aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
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,
1232 window = XWINDOW (window)->vchild; 1232 window = XWINDOW (window)->vchild;
1233 else break; 1233 else break;
1234 } 1234 }
1235
1236 QUIT;
1235 } 1237 }
1236 /* Which windows are acceptable? 1238 /* Which windows are acceptable?
1237 Exit the loop and accept this window if 1239 Exit the loop and accept this window if