changeset 36887:854351f92bfe

(mail-mode): Activate case-folding in font-lock-defaults.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Mar 2001 12:41:02 +0000
parents 3123b229e814
children 60fb6d247bf5
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Tue Mar 20 10:21:58 2001 +0000
+++ b/lisp/mail/sendmail.el	Tue Mar 20 12:41:02 2001 +0000
@@ -476,7 +476,7 @@
   (setq mode-name "Mail")
   (setq buffer-offer-save t)
   (make-local-variable 'font-lock-defaults)
-  (setq font-lock-defaults '(mail-font-lock-keywords t))
+  (setq font-lock-defaults '(mail-font-lock-keywords t t))
   (make-local-variable 'paragraph-separate)
   (make-local-variable 'paragraph-start)
   (make-local-variable 'normal-auto-fill-function)