From 62bc61a80c2df90a67a9230a6cae4007a837e2cd Mon Sep 17 00:00:00 2001 From: kaoru Date: Sun, 31 Dec 2000 12:27:57 +0000 Subject: [PATCH] * wl-highlight.el (wl-highlight-headers): Revert `wl-highlight-x-face-func' argument (`beg' and `end'). --- wl/ChangeLog | 5 +++++ wl/wl-highlight.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index fe749c4..b78bfdd 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2000-12-31 TAKAHASHI Kaoru + + * wl-highlight.el (wl-highlight-headers): Revert + `wl-highlight-x-face-func' argument (`beg' and `end'). + 2000-12-29 TAKAHASHI Kaoru * wl.el (toplevel): Move `product-provide' declare. diff --git a/wl/wl-highlight.el b/wl/wl-highlight.el index 3864184..c818ff7 100644 --- a/wl/wl-highlight.el +++ b/wl/wl-highlight.el @@ -1028,8 +1028,7 @@ 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 beg end) - (funcall wl-highlight-x-face-func nil nil))) ; backward compatibility + (funcall wl-highlight-x-face-func beg end))) (run-hooks 'wl-highlight-headers-hook))) (defun wl-highlight-message-add-buttons-to-header (start end) -- 1.7.10.4