`wl-highlight-x-face-func' argument (`beg' and `end').
+2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * wl-highlight.el (wl-highlight-headers): Remove
+ `wl-highlight-x-face-func' argument (`beg' and `end').
+
2000-12-15 Yuuichi Teranishi <teranisi@gohome.org>
* wl-summary.el (wl-summary-mark-as-important):
(wl-highlight-message beg end nil)
(unless for-draft
(wl-highlight-message-add-buttons-to-header beg end)
- (and wl-highlight-x-face-func
- (funcall wl-highlight-x-face-func beg end)))
+ (when wl-highlight-x-face-func
+ (funcall wl-highlight-x-face-func)))
(run-hooks 'wl-highlight-headers-hook)))
(defun wl-highlight-message-add-buttons-to-header (start end)