From d177349a8771570ce7314aa455a72f0231aa7d9b Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 15 Nov 1997 20:53:54 +0000 Subject: [PATCH] (rmail-summary-window-size): Allow integer values. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 58bb678a5ac..06bfa89e733 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2871,7 +2871,7 @@ This has an effect only if a summary buffer exists." (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. -- 2.39.2