Mercurial > emacs
changeset 84401:16d15252a9d9
(all): Add prefer-window-split-horizontally from window.c.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Sep 2007 10:34:54 +0000 |
parents | 076336b0f3c6 |
children | 6e599fa0f77d |
files | lisp/cus-start.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Sat Sep 08 10:34:03 2007 +0000 +++ b/lisp/cus-start.el Sat Sep 08 10:34:54 2007 +0000 @@ -359,6 +359,8 @@ (const :tag "Full screen (t)" :value t) (other :tag "Always" 1))) (display-buffer-reuse-frames windows boolean "21.1") + (prefer-window-split-horizontally + windows (choice boolean integer) "22.1") ;; xdisp.c (scroll-step windows integer) (scroll-conservatively windows integer)