From: okazaki Date: Thu, 9 Oct 2003 13:21:38 +0000 (+0000) Subject: (wl-summary-search-by-subject): Remove unused local variable. X-Git-Tag: wl-2_11_19~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5b84a765a189349da1730060351d78606e689c65;p=elisp%2Fwanderlust.git (wl-summary-search-by-subject): Remove unused local variable. --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 73fbc61..0695500 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2497,7 +2497,7 @@ If ARG, without confirm." (let ((summary-buf (current-buffer)) (buf (get-buffer-create wl-summary-search-buf-name)) (folder-name (wl-summary-buffer-folder-name)) - match founds cur result) + match founds result) (with-current-buffer buf (let ((case-fold-search t)) (when (or (not (string= wl-summary-search-buf-folder-name folder-name))