From 1d489dbe6999747c75ec4ed645ec28b3333418e6 Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 22 May 2000 00:29:32 +0000 Subject: [PATCH] (wl-draft-yank-from-mail-reply-buffer): Bind wl-highlight-x-face-func as nil while highlighting header. --- wl/wl-draft.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 0383235..fd1de00 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news -;; Time-stamp: <2000-05-18 14:14:17 teranisi> +;; Time-stamp: <2000-05-19 10:23:11 teranisi> ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen). @@ -439,7 +439,8 @@ the `wl-smtp-features' variable." (run-hooks 'wl-draft-cited-hook) (and wl-draft-add-references (if (wl-draft-add-references) - (wl-highlight-headers))) + (let (wl-highlight-x-face-func) + (wl-highlight-headers)))) (if wl-highlight-body-too (wl-highlight-body-region beg (point-max))))) -- 1.7.10.4