Mercurial > emacs
changeset 96050:8cb9a6b8e3ca
(split-height-threshold): Remove spurious extra line.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Tue, 17 Jun 2008 16:33:06 +0000 |
parents | 380525b11593 |
children | c1915a52ec9d |
files | lisp/window.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/window.el Tue Jun 17 16:04:47 2008 +0000 +++ b/lisp/window.el Tue Jun 17 16:33:06 2008 +0000 @@ -751,7 +751,6 @@ If the window is the only window on its frame, `display-buffer' can split it regardless of this value." :type '(choice (const nil) (number :tag "lines")) - :type 'number :version "23.1" :group 'windows)