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, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 154743e5b5d..90fdbf6c9b5 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1534,7 +1534,7 @@ delete_window (window)
1534 if (!EQ (window, pwindow)) 1534 if (!EQ (window, pwindow))
1535 break; 1535 break;
1536 /* Otherwise, try another window for SWINDOW. */ 1536 /* Otherwise, try another window for SWINDOW. */
1537 swindow = Fnext_window (swindow, Qlambda, Qnil);; 1537 swindow = Fnext_window (swindow, Qlambda, Qnil);
1538 1538
1539 /* If we get back to the frame's selected window, 1539 /* If we get back to the frame's selected window,
1540 it means there was no acceptable alternative, 1540 it means there was no acceptable alternative,