From: yoichi Date: Tue, 31 Dec 2002 08:11:17 +0000 (+0000) Subject: Fix last commit X-Git-Tag: merged-trunk-to-elmo-mark-14~59 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=29e876c998887c60ad545bbe18c1641ccb562d08;p=elisp%2Fwanderlust.git Fix last commit --- 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)