From: kaoru Date: Fri, 15 Dec 2000 16:06:41 +0000 (+0000) Subject: Fix last change. X-Git-Tag: wl-2_4_1pre~46 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb2fb141335fa2bf2ab69adbc187f928ca752a0;p=elisp%2Fwanderlust.git Fix last change. --- diff --git a/wl/wl-highlight.el b/wl/wl-highlight.el index b48d79f..143e677 100644 --- a/wl/wl-highlight.el +++ b/wl/wl-highlight.el @@ -1029,7 +1029,8 @@ 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))) +;;; (funcall wl-highlight-x-face-func beg end) + (funcall wl-highlight-x-face-func nil nil))) ; backward compatibility (run-hooks 'wl-highlight-headers-hook))) (defun wl-highlight-message-add-buttons-to-header (start end)