From: yoichi Date: Tue, 25 Jun 2002 11:39:43 +0000 (+0000) Subject: Add nil choice for wl-message-scroll-amount. X-Git-Tag: elmo-mark-root~68 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea8ed509397d68e0d3e619f63cf42363441f6f2;p=elisp%2Fwanderlust.git Add nil choice for wl-message-scroll-amount. --- diff --git a/wl/wl-vars.el b/wl/wl-vars.el index b630077..a78b667 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1387,7 +1387,8 @@ which appear just before @." (defcustom wl-message-scroll-amount nil "*Scroll amount by SPC key." - :type 'integer + :type '(choice (const :tag "scrolling by screenfuls" nil) + integer) :group 'wl-pref) (defcustom wl-message-window-size '(1 . 4)