From 54254099caa8fc7065a3a09fc58ee9c4c33985d2 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 11 Feb 2003 12:54:26 +0000 Subject: [PATCH] Fixed parenthesis. --- 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 2eaa74a..aa9217c 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -4746,7 +4746,7 @@ Return t if message exists." (and (eq (elmo-folder-type-internal wl-summary-buffer-elmo-folder) 'nntp) - wl-summary-search-via-nntp) + wl-summary-search-via-nntp)) (wl-summary-jump-to-msg-by-message-id-via-nntp msgid)) (t (message errmsg) -- 1.7.10.4