comparison src/window.c @ 81083:223bb8e66f74

* xfaces.c (syms_of_xfaces): Delete stray semicolon. * xdisp.c (next_element_from_buffer): * window.c (delete_window): * term.c (term_mouse_highlight): * msdos.c (getdefdir): * macterm.c (mac_create_bitmap_from_bitmap_data) (init_font_name_table): * fns.c (Fsxhash): * data.c (Fmake_local_variable): * ccl.c (ccl_driver): Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 26 May 2007 17:21:14 +0000
parents 91cecb8739e7
children 1c6d21474ca9 4c726a40604c 648e6c714c7d
comparison
equal deleted inserted replaced
81082:39f3f458fd2b 81083:223bb8e66f74
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)))