Mercurial > emacs
changeset 77905:2fd30dc1a157
(delete_window): Delete stray semicolon.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 05 Jun 2007 00:21:21 +0000 |
parents | ab7bb776baf9 |
children | a33e69b10eed |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Tue Jun 05 00:20:05 2007 +0000 +++ b/src/window.c Tue Jun 05 00:21:21 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,