aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/sendmail.el
diff options
context:
space:
mode:
authorSimon Marshall <[email protected]>1998-02-20 14:58:27 +0000
committerSimon Marshall <[email protected]>1998-02-20 14:58:27 +0000
commit883212ce6905a2bde30bf2dd5eb647a09fd597c4 (patch)
tree163701513d947fad31df18ea7a25bc8cac2392b1 /lisp/mail/sendmail.el
parentb6908641f2bd7e8df922058478086a0f0372b065 (diff)
Changed font-lock-reference-face to font-lock-constant-face.
Diffstat (limited to 'lisp/mail/sendmail.el')
-rw-r--r--lisp/mail/sendmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 33795b0b5b..8d93200c26 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -239,7 +239,7 @@ actually occur.")
"\\(" cite-chars "[ \t]*\\)\\)+"
"\\(.*\\)")
(beginning-of-line) (end-of-line)
- (2 font-lock-reference-face nil t)
+ (2 font-lock-constant-face nil t)
(4 font-lock-comment-face nil t)))
'("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*"
. font-lock-string-face))))