changeset 11770:d546535268e0

(mail-font-lock-keywords): Make mail-header-separator into a regexp.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 May 1995 04:09:15 +0000
parents 4b5452f8ad12
children dca858ca7bc8
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Tue May 09 04:07:15 1995 +0000
+++ b/lisp/mail/sendmail.el	Tue May 09 04:09:15 1995 +0000
@@ -193,7 +193,7 @@
 	'("^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))