+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.
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>
(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)