# HG changeset patch # User Gerd Moellmann # Date 985092062 0 # Node ID 854351f92bfef51a2615e9daba9b917c76963743 # Parent 3123b229e8145e348e86aca4109fd0b3b680ddcf (mail-mode): Activate case-folding in font-lock-defaults. diff -r 3123b229e814 -r 854351f92bfe lisp/mail/sendmail.el --- 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)