mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(split-height-threshold): Remove spurious extra line.
This commit is contained in:
parent
59facb788f
commit
1662c19ba9
2 changed files with 4 additions and 1 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue