Mercurial > emacs
diff lisp/window.el @ 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 | e2798b886edf |
children | 7253934c0b0b |
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)