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: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el,v
Date: Fri, 05 Sep 2008 07:11:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/09/05 07:11:56

Index: window.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/window.el,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -b -r1.148 -r1.149
--- window.el   3 Sep 2008 09:15:44 -0000       1.148
+++ window.el   5 Sep 2008 07:11:55 -0000       1.149
@@ -837,8 +837,8 @@
               ;; minibuffer window, attempt to split it vertically
               ;; disregarding the value of `split-height-threshold'.
               (let ((split-height-threshold 0))
-                (window--splittable-p window)
-                (split-window window)))))))
+                (and (window--splittable-p window)
+                     (split-window window))))))))
 
 (defun window--frame-usable-p (frame)
   "Return frame FRAME if it can be used to display another buffer."




reply via email to

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