diff options
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e93252f82b5..adb6512b3c2 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -193,7 +193,7 @@ actually occur.") | |||
| 193 | '("^B?CC:\\|^Reply-To:" . font-lock-keyword-face) | 193 | '("^B?CC:\\|^Reply-To:" . font-lock-keyword-face) |
| 194 | '("^Subject:" . font-lock-comment-face) | 194 | '("^Subject:" . font-lock-comment-face) |
| 195 | '("^Subject:\\s *\\(.+\\)" 1 font-lock-type-face) | 195 | '("^Subject:\\s *\\(.+\\)" 1 font-lock-type-face) |
| 196 | (list (concat "^\\(" mail-header-separator "\\)$") 1 | 196 | (list (concat "^\\(" (regexp-quote mail-header-separator) "\\)$") 1 |
| 197 | 'font-lock-comment-face) | 197 | 'font-lock-comment-face) |
| 198 | '("^[ \t]*\\sw*[>|}].*" . font-lock-reference-face) ; Citation. | 198 | '("^[ \t]*\\sw*[>|}].*" . font-lock-reference-face) ; Citation. |
| 199 | '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*" . font-lock-string-face)) | 199 | '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*" . font-lock-string-face)) |