# HG changeset patch # User Chong Yidong # Date 1181002881 0 # Node ID 2fd30dc1a1572087690466c2efddeda9779b9e4f # Parent ab7bb776baf97a96da4f2e5f157a3d1fb28c4a6e (delete_window): Delete stray semicolon. diff -r ab7bb776baf9 -r 2fd30dc1a157 src/window.c --- 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,