From: Chong Yidong Date: Tue, 5 Jun 2007 00:21:21 +0000 (+0000) Subject: (delete_window): Delete stray semicolon. X-Git-Tag: emacs-pretest-22.1.90~1435 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba9798ab50178c7b44fde2bc238184c4a5ec6ba3;p=emacs.git (delete_window): Delete stray semicolon. --- diff --git a/src/window.c b/src/window.c index 54c70bb569d..8a5137f2044 100644 --- a/src/window.c +++ b/src/window.c @@ -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,