emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c,v [EMACS_22_BASE]


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/window.c,v [EMACS_22_BASE]
Date: Tue, 05 Jun 2007 00:21:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      07/06/05 00:21:21

Index: window.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/window.c,v
retrieving revision 1.575.2.1
retrieving revision 1.575.2.2
diff -u -b -r1.575.2.1 -r1.575.2.2
--- window.c    4 Jun 2007 22:47:22 -0000       1.575.2.1
+++ window.c    5 Jun 2007 00:21:21 -0000       1.575.2.2
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]