changeset 61762:eb4738891294

(rmail-font-lock-keywords): Use font-lock-comment-delimiter-face.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Apr 2005 16:36:53 +0000
parents 8f94d9a1cbf4
children ce71dc9ea46f
files lisp/mail/rmail.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sat Apr 23 16:36:08 2005 +0000
+++ b/lisp/mail/rmail.el	Sat Apr 23 16:36:53 2005 +0000
@@ -666,7 +666,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-z0-9-]+\\|In-reply-to\\|Date\\):.*\\(\n[ \t]+.*\\)*$"
 	      . font-lock-string-face))))
   "Additional expressions to highlight in Rmail mode.")