* wl-highlight.el (wl-highlight-headers): Remove BEG and END
authorkaoru <kaoru>
Tue, 18 Sep 2001 02:37:02 +0000 (02:37 +0000)
committerkaoru <kaoru>
Tue, 18 Sep 2001 02:37:02 +0000 (02:37 +0000)
arguments from `wl-highlight-x-face-function' caller.
Use x-face-1.3.6.12 or later.

wl/ChangeLog
wl/wl-highlight.el

index a0f9125..9116afd 100644 (file)
@@ -1,3 +1,9 @@
+2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-highlight.el (wl-highlight-headers): Remove BEG and END
+       arguments from `wl-highlight-x-face-function' caller.
+       Use x-face-1.3.6.12 or later.
+
 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
 
        * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
index f29b869..de046e9 100644 (file)
@@ -1034,7 +1034,7 @@ This function is defined for `window-scroll-functions'"
     (unless for-draft
       (wl-highlight-message-add-buttons-to-header beg end)
       (when wl-highlight-x-face-function
-       (funcall wl-highlight-x-face-function beg end)))
+       (funcall wl-highlight-x-face-function)))
     (run-hooks 'wl-highlight-headers-hook)))
 
 (defun wl-highlight-message-add-buttons-to-header (start end)