]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-mode): Activate case-folding in
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 12:43:30 +0000 (12:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 12:43:30 +0000 (12:43 +0000)
font-lock-defaults.

lisp/ChangeLog
lisp/mail/sendmail.el

index c0e93604e2273806ade2b282e861f0e14be9d5a6..91a11c3fcc46b742dbe36b8e005371f8dbd241af 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/sendmail.el (mail-mode): Activate case-folding in
+       font-lock-defaults.
+
 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
 
        * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
@@ -49,8 +54,8 @@
        
 2001-03-16  John Wiegley  <johnw@gnu.org>
        
-       * (timeclock-workday-remaining): Check whether `discrep' is
-       non-null before using it.
+       * calendar/timeclock.el (timeclock-workday-remaining): Check
+       whether `discrep' is non-null before using it.
 
 2001-03-16  John Wiegley  <johnw@gnu.org>
 
index 16d06cba4e5d66f443e8ef3d3d53e573b9ee0b40..8b011159d0bf3e99b4acfd7983e285c01d704838 100644 (file)
@@ -476,7 +476,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
   (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)