diff options
| author | Martin Rudalics | 2008-06-17 16:33:29 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-06-17 16:33:29 +0000 |
| commit | 1662c19ba9560f68761fafef1d633e6439e2fa6a (patch) | |
| tree | 3a0e0e14618b15535ab5800ab381e585c5a97e09 | |
| parent | 59facb788f308d763e80387d5ecbad79456b9496 (diff) | |
| download | emacs-1662c19ba9560f68761fafef1d633e6439e2fa6a.tar.gz emacs-1662c19ba9560f68761fafef1d633e6439e2fa6a.zip | |
(split-height-threshold): Remove spurious extra line.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/window.el | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e270cea3d7..d19aba13544 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-17 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (split-height-threshold): Remove spurious extra line. | ||
| 4 | |||
| 1 | 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'. | 7 | * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'. |
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, | |||
| 751 | If the window is the only window on its frame, `display-buffer' | 751 | If the window is the only window on its frame, `display-buffer' |
| 752 | can split it regardless of this value." | 752 | can split it regardless of this value." |
| 753 | :type '(choice (const nil) (number :tag "lines")) | 753 | :type '(choice (const nil) (number :tag "lines")) |
| 754 | :type 'number | ||
| 755 | :version "23.1" | 754 | :version "23.1" |
| 756 | :group 'windows) | 755 | :group 'windows) |
| 757 | 756 | ||