# HG changeset patch # User Karl Heuer # Date 879627234 0 # Node ID a1ca84bd10fd6097715ca5247d4640db8df461cf # Parent 0d9e271f24ee23d857a4191b30e68fdd13ceb5d4 (rmail-summary-window-size): Allow integer values. diff -r 0d9e271f24ee -r a1ca84bd10fd lisp/mail/rmail.el --- 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.