]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-font-lock-keywords): Use font-lock-comment-delimiter-face.
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 Apr 2005 16:36:53 +0000 (16:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 Apr 2005 16:36:53 +0000 (16:36 +0000)
lisp/mail/rmail.el

index e7c634f4202acea8a4187219b57e4794431766f6..8bb289ffca3f4257c5cccc5a584f0253895f825f 100644 (file)
@@ -666,7 +666,9 @@ The first parenthesized expression should match the MIME-charset name.")
                        "\\(" 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.")