From 29186c25fda2f9a0e7e8c87f1bb1c8dcddd4ce36 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 30 Apr 2003 01:50:45 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-toggle-disp-msg): Support lazy highlighting. --- wl/ChangeLog | 1 + wl/wl-summary.el | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 43895dc..d18ec4c 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -21,6 +21,7 @@ end of the window if possible. * wl-summary.el (wl-summary-sync-update): Support lazy highlighting. + (wl-summary-toggle-disp-msg): Ditto. 2003-04-09 Yoichi NAKAYAMA diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 8d6f82d..4d9b294 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -4569,7 +4569,9 @@ If ARG, exit virtual folder." (select-window (get-buffer-window cur-buf)) (run-hooks 'wl-summary-toggle-disp-off-hook)) ;;; (switch-to-buffer cur-buf) - ))))) + ))) + (when wl-summary-lazy-highlight + (wl-highlight-summary-window)))) (defun wl-summary-next-line-content () "Show next line of the message." -- 1.7.10.4