diff options
author | Martin Rudalics <rudalics@gmx.at> | 2008-06-17 16:33:29 +0000 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2008-06-17 16:33:29 +0000 |
commit | 1662c19ba9560f68761fafef1d633e6439e2fa6a (patch) | |
tree | 3a0e0e14618b15535ab5800ab381e585c5a97e09 /lisp/window.el | |
parent | 59facb788f308d763e80387d5ecbad79456b9496 (diff) | |
download | emacs-1662c19ba9560f68761fafef1d633e6439e2fa6a.tar.gz |
(split-height-threshold): Remove spurious extra line.
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index ccb2e242266..4a29f45164e 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -751,7 +751,6 @@ only if it has at least as many lines. If the value is nil, 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) |