* wl-highlight.el (wl-highlight-headers): Remove
authorkaoru <kaoru>
Fri, 15 Dec 2000 15:09:08 +0000 (15:09 +0000)
committerkaoru <kaoru>
Fri, 15 Dec 2000 15:09:08 +0000 (15:09 +0000)
`wl-highlight-x-face-func' argument (`beg' and `end').

wl/ChangeLog
wl/wl-highlight.el

index 82a344e..c684199 100644 (file)
@@ -1,3 +1,8 @@
+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):
index d230b0e..b48d79f 100644 (file)
@@ -1028,8 +1028,8 @@ interpreted as cited text.)"
     (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)