# HG changeset patch # User Simon Marshall # Date 890993505 0 # Node ID 129d706946d562b9816255e220d1a89e5cb98502 # Parent 7662be0986770fbe2f18948c1a3ffdde390be6c0 use a string that will never match. diff -r 7662be098677 -r 129d706946d5 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Fri Mar 27 04:58:07 1998 +0000 +++ b/lisp/mail/sendmail.el Fri Mar 27 10:11:45 1998 +0000 @@ -272,7 +272,7 @@ ;; Use EVAL to delay in case `mail-header-separator' gets changed. '(eval . (let ((separator (if (zerop (length mail-header-separator)) - " " + " \\`\\' " (regexp-quote mail-header-separator)))) (cons (concat "^" separator "$") 'font-lock-warning-face))) ;; Use MATCH-ANCHORED to effectively anchor the regexp left side.