1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(mail-font-lock-keywords): Make mail-header-separator into a regexp.

This commit is contained in:
Richard M. Stallman 1995-05-09 04:09:15 +00:00
parent 7e31e83efe
commit bcf40dfd63

View file

@ -193,7 +193,7 @@ actually occur.")
'("^B?CC:\\|^Reply-To:" . font-lock-keyword-face)
'("^Subject:" . font-lock-comment-face)
'("^Subject:\\s *\\(.+\\)" 1 font-lock-type-face)
(list (concat "^\\(" mail-header-separator "\\)$") 1
(list (concat "^\\(" (regexp-quote mail-header-separator) "\\)$") 1
'font-lock-comment-face)
'("^[ \t]*\\sw*[>|}].*" . font-lock-reference-face) ; Citation.
'("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*" . font-lock-string-face))