From: Richard M. Stallman Date: Mon, 6 Jan 2003 01:07:14 +0000 (+0000) Subject: (mail-font-lock-keywords): Match multiline In-Reply-To and X-*. X-Git-Tag: ttn-vms-21-2-B4~11821 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c034acdf5821baa967ef959d68ac7ca620f04e4f;p=emacs.git (mail-font-lock-keywords): Match multiline In-Reply-To and X-*. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 00107a004cb..a7a65302efd 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -376,7 +376,7 @@ actually occur.") (beginning-of-line) (end-of-line) (2 font-lock-constant-face nil t) (4 font-lock-comment-face nil t))) - '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*" + '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*\\(\n[ \t]+.*\\)*$" . font-lock-string-face)))) "Additional expressions to highlight in Mail mode.")