Fix last change.
authorkaoru <kaoru>
Fri, 15 Dec 2000 16:06:41 +0000 (16:06 +0000)
committerkaoru <kaoru>
Fri, 15 Dec 2000 16:06:41 +0000 (16:06 +0000)
wl/wl-highlight.el

index b48d79f..143e677 100644 (file)
@@ -1029,7 +1029,8 @@ 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)))
+;;;    (funcall wl-highlight-x-face-func beg end)
+       (funcall wl-highlight-x-face-func nil nil))) ; backward compatibility
     (run-hooks 'wl-highlight-headers-hook)))
 
 (defun wl-highlight-message-add-buttons-to-header (start end)