Mercurial > emacs
comparison lisp/mail/rmail.el @ 20953:f3f9df46d008
Changed font-lock-reference-face to font-lock-constant-face.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 20 Feb 1998 14:58:27 +0000 |
parents | a66eb4a41765 |
children | f27355b19aba |
comparison
equal
deleted
inserted
replaced
20952:adcb58a1c0f3 | 20953:f3f9df46d008 |
---|---|
284 (,(concat "\\=[ \t]*" | 284 (,(concat "\\=[ \t]*" |
285 "\\(\\([" cite-prefix "]+[" cite-suffix "]*\\)?" | 285 "\\(\\([" cite-prefix "]+[" cite-suffix "]*\\)?" |
286 "\\(" cite-chars "[ \t]*\\)\\)+" | 286 "\\(" cite-chars "[ \t]*\\)\\)+" |
287 "\\(.*\\)") | 287 "\\(.*\\)") |
288 (beginning-of-line) (end-of-line) | 288 (beginning-of-line) (end-of-line) |
289 (2 font-lock-reference-face nil t) | 289 (2 font-lock-constant-face nil t) |
290 (4 font-lock-comment-face nil t))) | 290 (4 font-lock-comment-face nil t))) |
291 '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\|Date\\):.*$" | 291 '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\|Date\\):.*$" |
292 . font-lock-string-face)))) | 292 . font-lock-string-face)))) |
293 "Additional expressions to highlight in Rmail mode.") | 293 "Additional expressions to highlight in Rmail mode.") |
294 | 294 |