From: kaoru Date: Tue, 18 Sep 2001 02:37:02 +0000 (+0000) Subject: * wl-highlight.el (wl-highlight-headers): Remove BEG and END X-Git-Tag: wl-2_7_4~1 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a33262ce930e3ccc3a4c2aa5cb2f2996a445fcf9;p=elisp%2Fwanderlust.git * 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. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index a0f9125..9116afd 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2001-09-18 TAKAHASHI Kaoru + + * 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 * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring. diff --git a/wl/wl-highlight.el b/wl/wl-highlight.el index f29b869..de046e9 100644 --- a/wl/wl-highlight.el +++ b/wl/wl-highlight.el @@ -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)