Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/window.c Sat May 26 04:17:36 2007 +0000 +++ b/src/window.c Sat May 26 17:21:14 2007 +0000 @@ -1532,7 +1532,7 @@ if (!EQ (window, pwindow)) break; /* Otherwise, try another window for SWINDOW. */ - swindow = Fnext_window (swindow, Qlambda, Qnil);; + swindow = Fnext_window (swindow, Qlambda, Qnil); /* If we get back to the frame's selected window, it means there was no acceptable alternative,
