2001-02-21 Yuuichi Teranishi <teranisi@gohome.org>
+ * wl-highlight.el (wl-highlight-summary-window):
+ Call `set-buffer-modified-p'.
+
* wl-vars.el (wl-summary-lazy-highlight): New variable.
* wl-summary.el (wl-summary-mode): Set up window-scroll-functions
(save-excursion
(goto-char (window-start win))
(forward-line (frame-height))
- (point))))))
+ (point)))
+ (set-buffer-modified-p nil))))
(defun wl-highlight-headers (&optional for-draft)
(let ((beg (point-min))