emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el,v
Date: Sat, 29 Mar 2008 23:03:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/03/29 23:03:39

Index: cus-start.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cus-start.el,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- cus-start.el        8 Feb 2008 20:12:26 -0000       1.118
+++ cus-start.el        29 Mar 2008 23:03:39 -0000      1.119
@@ -346,13 +346,12 @@
             (split-height-threshold windows integer)
              (split-window-preferred-function
               windows
-              (choice (const :tag "vertically" split-window)
+              (choice (const :tag "vertically" nil)
                       ;; FIXME: Add `sensibly' which chooses between
                       ;; vertical or horizontal splits depending on the size
                       ;; and shape of the window.
                       (const :tag "horizontally"
-                             (lambda (window)
-                               (split-window window nil 'horiz))))
+                             split-window-preferred-horizontally))
              "23.1")
             (window-min-height windows integer)
             (window-min-width windows integer)




reply via email to

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