From a174b989e60fbfba81d83c7c0917e623d49b0e5e Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 18 Aug 2003 12:16:12 +0000 Subject: [PATCH] cosmetic fix --- wl/wl-summary.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index b00977a..3380805 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2915,9 +2915,8 @@ Return non-nil if the mark is updated" 'internal) (error "Cannot process mark in this folder")) (save-excursion - (let* (eol - (folder wl-summary-buffer-elmo-folder) - message-id visible cur-mark) + (let* ((folder wl-summary-buffer-elmo-folder) + message-id visible cur-mark) (cond (number (setq visible (wl-summary-jump-to-msg number)) (setq cur-mark (or mark -- 1.7.10.4