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:
00793a8
)
Fix last commit
author
yoichi
<yoichi>
Tue, 31 Dec 2002 08:11:17 +0000
(08:11 +0000)
committer
yoichi
<yoichi>
Tue, 31 Dec 2002 08:11:17 +0000
(08:11 +0000)
wl/wl-summary.el
patch
|
blob
|
history
diff --git
a/wl/wl-summary.el
b/wl/wl-summary.el
index
d521f8b
..
f096a38
100644
(file)
--- a/
wl/wl-summary.el
+++ b/
wl/wl-summary.el
@@
-3001,7
+3001,7
@@
If optional argument NUMBER is specified, mark message specified by NUMBER."
(when (string= (wl-summary-temp-mark) mark)
(setq msglist (cons (wl-summary-message-number) msglist)))
(forward-line 1))
- (elmo-uniq-list msglist))))))
+ (nreverse msglist))))))
(defun wl-summary-exec ()
(interactive)