mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(delete_window): Delete stray semicolon.
This commit is contained in:
parent
8efbeeab9d
commit
ba9798ab50
@ -1532,7 +1532,7 @@ delete_window (window)
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user