* wl-highlight.el (wl-highlight-headers): Revert
authorkaoru <kaoru>
Sun, 31 Dec 2000 12:27:57 +0000 (12:27 +0000)
committerkaoru <kaoru>
Sun, 31 Dec 2000 12:27:57 +0000 (12:27 +0000)
`wl-highlight-x-face-func' argument (`beg' and `end').

wl/ChangeLog
wl/wl-highlight.el

index fe749c4..b78bfdd 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 3864184..c818ff7 100644 (file)
@@ -1028,8 +1028,7 @@ interpreted as cited text.)"
     (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)