projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5524a15
)
Add nil choice for wl-message-scroll-amount.
author
yoichi
<yoichi>
Tue, 25 Jun 2002 11:39:43 +0000
(11:39 +0000)
committer
yoichi
<yoichi>
Tue, 25 Jun 2002 11:39:43 +0000
(11:39 +0000)
wl/wl-vars.el
patch
|
blob
|
history
diff --git
a/wl/wl-vars.el
b/wl/wl-vars.el
index
b630077
..
a78b667
100644
(file)
--- 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)