# HG changeset patch # User Martin Rudalics # Date 1213720386 0 # Node ID 8cb9a6b8e3ca6d1ff0315bf843240e4498e1d3f5 # Parent 380525b115931742b6bbcfdb69082695ba7d3e4a (split-height-threshold): Remove spurious extra line. diff -r 380525b11593 -r 8cb9a6b8e3ca lisp/window.el --- 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)