From 2cb2fb141335fa2bf2ab69adbc187f928ca752a0 Mon Sep 17 00:00:00 2001 From: kaoru Date: Fri, 15 Dec 2000 16:06:41 +0000 Subject: [PATCH] Fix last change. --- wl/wl-highlight.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.10.4