From: kaoru Date: Fri, 15 Dec 2000 15:09:08 +0000 (+0000) Subject: * wl-highlight.el (wl-highlight-headers): Remove X-Git-Tag: wl-2_4_1pre~48 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa88f9612c55094943966b78251d551dca34e22d;p=elisp%2Fwanderlust.git * wl-highlight.el (wl-highlight-headers): Remove `wl-highlight-x-face-func' argument (`beg' and `end'). --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 82a344e..c684199 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2000-12-15 TAKAHASHI Kaoru + + * wl-highlight.el (wl-highlight-headers): Remove + `wl-highlight-x-face-func' argument (`beg' and `end'). + 2000-12-15 Yuuichi Teranishi * wl-summary.el (wl-summary-mark-as-important): diff --git a/wl/wl-highlight.el b/wl/wl-highlight.el index d230b0e..b48d79f 100644 --- a/wl/wl-highlight.el +++ b/wl/wl-highlight.el @@ -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)