From: yoichi Date: Wed, 28 May 2003 10:49:26 +0000 (+0000) Subject: * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict X-Git-Tag: merged-trunk-to-elmo-mark-18~20 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c5647b444ef55c608be4b1b0def12ef29366c1c;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict `wl-summary-highlight'. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 6b00436..6a8a65d 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2003-05-28 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict + `wl-summary-highlight'. + 2003-05-26 Yoichi NAKAYAMA * wl-highlight.el (wl-highlight-summary-current-line): Remove diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 65562fc..1902608 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2488,10 +2488,8 @@ If ARG, without confirm." (wl-summary-rescan)) (wl-summary-toggle-disp-msg (if wl-summary-buffer-disp-msg 'on 'off)) (unless (and reuse-buf keep-cursor) - ;(setq hilit wl-summary-highlight) (unwind-protect - (let ((wl-summary-highlight (if reuse-buf wl-summary-highlight)) - (wl-use-scoring + (let ((wl-use-scoring (if (or scoring interactive) wl-use-scoring))) (if (and (not scan-type) interactive