`wl-highlight-x-face-func' argument (`beg' and `end').
+2000-12-31 TAKAHASHI Kaoru <moge@hoge.org>
+
+ * wl-highlight.el (wl-highlight-headers): Revert
+ `wl-highlight-x-face-func' argument (`beg' and `end').
+
2000-12-29 TAKAHASHI Kaoru <kaoru@kaisei.org>
* wl.el (toplevel): Move `product-provide' declare.
(unless for-draft
(wl-highlight-message-add-buttons-to-header beg end)
(when wl-highlight-x-face-func
-;;; (funcall wl-highlight-x-face-func beg end)
- (funcall wl-highlight-x-face-func nil nil))) ; backward compatibility
+ (funcall wl-highlight-x-face-func beg end)))
(run-hooks 'wl-highlight-headers-hook)))
(defun wl-highlight-message-add-buttons-to-header (start end)