From 29e876c998887c60ad545bbe18c1641ccb562d08 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 31 Dec 2002 08:11:17 +0000 Subject: [PATCH] Fix last commit --- wl/wl-summary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index d521f8b..f096a38 100644 --- 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) -- 1.7.10.4