From 1c5647b444ef55c608be4b1b0def12ef29366c1c Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 28 May 2003 10:49:26 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict `wl-summary-highlight'. --- wl/ChangeLog | 5 +++++ wl/wl-summary.el | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 1.7.10.4