Mercurial > emacs
changeset 20261:a1ca84bd10fd
(rmail-summary-window-size): Allow integer values.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 15 Nov 1997 20:53:54 +0000 |
parents | 0d9e271f24ee |
children | c6532008f2a9 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Sat Nov 15 20:52:06 1997 +0000 +++ b/lisp/mail/rmail.el Sat Nov 15 20:53:54 1997 +0000 @@ -2871,7 +2871,7 @@ (defcustom rmail-summary-window-size nil "*Non-nil means specify the height for an Rmail summary window." - :type 'boolean + :type '(choice (const :tag "Disabled" nil) integer) :group 'rmail-summary) ;; Put the summary buffer back on the screen, if user wants that.