(wl-draft-yank-from-mail-reply-buffer):
authorteranisi <teranisi>
Mon, 22 May 2000 00:29:32 +0000 (00:29 +0000)
committerteranisi <teranisi>
Mon, 22 May 2000 00:29:32 +0000 (00:29 +0000)
Bind wl-highlight-x-face-func as nil while highlighting header.

wl/wl-draft.el

index 0383235..fd1de00 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Yuuichi Teranishi <teranisi@gohome.org>
 ;; 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)))))