Mercurial > emacs
changeset 61761:8f94d9a1cbf4
(mail-font-lock-keywords): Use font-lock-comment-delimiter-face.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Apr 2005 16:36:08 +0000 |
parents | 51f159119616 |
children | eb4738891294 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Sat Apr 23 16:35:19 2005 +0000 +++ b/lisp/mail/sendmail.el Sat Apr 23 16:36:08 2005 +0000 @@ -382,7 +382,9 @@ "\\(" cite-chars "[ \t]*\\)\\)+" "\\(.*\\)") (beginning-of-line) (end-of-line) - (3 font-lock-comment-face nil t))) + (2 font-lock-comment-delimiter-face nil t) + (3 font-lock-comment-delimiter-face nil t) + (4 font-lock-comment-face nil t))) '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*\\(\n[ \t]+.*\\)*$" . font-lock-string-face)))) "Additional expressions to highlight in Mail mode.")