From: kaoru Date: Sun, 31 Dec 2000 12:27:57 +0000 (+0000) Subject: * wl-highlight.el (wl-highlight-headers): Revert X-Git-Tag: wl-2_4_1pre~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=62bc61a80c2df90a67a9230a6cae4007a837e2cd;p=elisp%2Fwanderlust.git * wl-highlight.el (wl-highlight-headers): Revert `wl-highlight-x-face-func' argument (`beg' and `end'). --- 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)