* wl-summary.el (wl-summary-toggle-disp-msg): Support lazy highlighting.
authoryoichi <yoichi>
Wed, 30 Apr 2003 01:50:45 +0000 (01:50 +0000)
committeryoichi <yoichi>
Wed, 30 Apr 2003 01:50:45 +0000 (01:50 +0000)
wl/ChangeLog
wl/wl-summary.el

index 43895dc..d18ec4c 100644 (file)
@@ -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  <yoichi@geiin.org>
 
index 8d6f82d..4d9b294 100644 (file)
@@ -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."