comparison src/window.c @ 77905:2fd30dc1a157

(delete_window): Delete stray semicolon.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 00:21:21 +0000
parents 838cb617af0f
children 9b4ab34a0df5
comparison
equal deleted inserted replaced
77904:ab7bb776baf9 77905:2fd30dc1a157
1530 /* If the window being deleted is not a parent of SWINDOW, 1530 /* If the window being deleted is not a parent of SWINDOW,
1531 then SWINDOW is ok as the new selected window. */ 1531 then SWINDOW is ok as the new selected window. */
1532 if (!EQ (window, pwindow)) 1532 if (!EQ (window, pwindow))
1533 break; 1533 break;
1534 /* Otherwise, try another window for SWINDOW. */ 1534 /* Otherwise, try another window for SWINDOW. */
1535 swindow = Fnext_window (swindow, Qlambda, Qnil);; 1535 swindow = Fnext_window (swindow, Qlambda, Qnil);
1536 1536
1537 /* If we get back to the frame's selected window, 1537 /* If we get back to the frame's selected window,
1538 it means there was no acceptable alternative, 1538 it means there was no acceptable alternative,
1539 so we cannot delete. */ 1539 so we cannot delete. */
1540 if (EQ (swindow, FRAME_SELECTED_WINDOW (f))) 1540 if (EQ (swindow, FRAME_SELECTED_WINDOW (f)))