(split-height-threshold): Remove spurious extra line.

This commit is contained in:
Martin Rudalics 2008-06-17 16:33:29 +00:00
parent 59facb788f
commit 1662c19ba9
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-06-17 Martin Rudalics <rudalics@gmx.at>
* window.el (split-height-threshold): Remove spurious extra line.
2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
* calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.

View file

@ -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)