From aa88f9612c55094943966b78251d551dca34e22d Mon Sep 17 00:00:00 2001 From: kaoru Date: Fri, 15 Dec 2000 15:09:08 +0000 Subject: [PATCH] * wl-highlight.el (wl-highlight-headers): Remove `wl-highlight-x-face-func' argument (`beg' and `end'). --- wl/ChangeLog | 5 +++++ wl/wl-highlight.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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) -- 1.7.10.4