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:
3b389ff
)
* wl-xmas.el (wl-message-wheel-down): Fix parentheses.
author
yamaoka
<yamaoka>
Thu, 22 Aug 2002 02:06:48 +0000
(
02:06
+0000)
committer
yamaoka
<yamaoka>
Thu, 22 Aug 2002 02:06:48 +0000
(
02:06
+0000)
wl/ChangeLog
patch
|
blob
|
history
wl/wl-xmas.el
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
68ea023
..
d35e576
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-1,3
+1,7
@@
+2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
+
2002-08-22 Yuuichi Teranishi <teranisi@gohome.org>
* wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
diff --git
a/wl/wl-xmas.el
b/wl/wl-xmas.el
index
eef5a0f
..
d3d42b5
100644
(file)
--- a/
wl/wl-xmas.el
+++ b/
wl/wl-xmas.el
@@
-486,7
+486,7
@@
(when proceed
(if (memq 'shift (event-modifiers event))
(wl-summary-up t)
- (wl-summary-prev t)))))
+ (wl-summary-prev t))))))
(defun wl-draft-overload-menubar ()
(when (featurep 'menubar)