Add nil choice for wl-message-scroll-amount.
authoryoichi <yoichi>
Tue, 25 Jun 2002 11:39:43 +0000 (11:39 +0000)
committeryoichi <yoichi>
Tue, 25 Jun 2002 11:39:43 +0000 (11:39 +0000)
wl/wl-vars.el

index b630077..a78b667 100644 (file)
@@ -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)