Mercurial > emacs
changeset 21301:129d706946d5
use a string that will never match.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 27 Mar 1998 10:11:45 +0000 |
parents | 7662be098677 |
children | 77a4a1ce8d26 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.