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:
parent
7e31e83efe
commit
bcf40dfd63
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue