From: teranisi Date: Mon, 22 May 2000 00:29:32 +0000 (+0000) Subject: (wl-draft-yank-from-mail-reply-buffer): X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1d489dbe6999747c75ec4ed645ec28b3333418e6;p=elisp%2Fwanderlust.git (wl-draft-yank-from-mail-reply-buffer): Bind wl-highlight-x-face-func as nil while highlighting header. --- 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)))))