From: yoichi Date: Wed, 30 Apr 2003 01:50:45 +0000 (+0000) Subject: * wl-summary.el (wl-summary-toggle-disp-msg): Support lazy highlighting. X-Git-Tag: merged-trunk-to-elmo-mark-18~29 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29186c25fda2f9a0e7e8c87f1bb1c8dcddd4ce36;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-toggle-disp-msg): Support lazy highlighting. --- 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."