diff src/window.c @ 90863:648e6c714c7d

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 774-780) - Update from CVS - Merge from emacs--rel--22, gnus--rel--5.10 - Merge from emacs--rel--22 - Fix tq.el edge case * emacs--rel--22 (patch 28-32) - Update from CVS * gnus--rel--5.10 (patch 224-225) - Merge from emacs--devo--0, emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-213
author Miles Bader <miles@gnu.org>
date Wed, 30 May 2007 14:40:46 +0000
parents 4ef881a120fe 223bb8e66f74
children e9f94688a064
line wrap: on
line diff
--- a/src/window.c	Tue May 29 00:15:26 2007 +0000
+++ b/src/window.c	Wed May 30 14:40:46 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,