emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/window.el,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el,v
Date: Sun, 08 Jun 2008 07:54:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/06/08 07:54:25

Index: window.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/window.el,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -b -r1.138 -r1.139
--- window.el   8 Jun 2008 02:07:47 -0000       1.138
+++ window.el   8 Jun 2008 07:54:25 -0000       1.139
@@ -1009,7 +1009,8 @@
                 (or (window--try-to-split-window
                      (get-largest-window frame-to-use t))
                     (window--try-to-split-window
-                     (get-lru-window frame-to-use t))))
+                     (get-lru-window frame-to-use t))
+                    (get-lru-window frame-to-use nil)))
           (window--display-buffer-2 buffer window-to-use)))
      ((setq window-to-use
            ;; Reuse an existing window.




reply via email to

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