# HG changeset patch # User Simon Marshall # Date 781953005 0 # Node ID a8f745eaee5cc8ef11e3f33f9364abe0f0de8f85 # Parent 7330d8566c13c7245a1d9fecfac0d2440341a7b9 * sendmail.el: (mail-mode): Set font-lock-defaults. diff -r 7330d8566c13 -r a8f745eaee5c lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Wed Oct 12 09:07:32 1994 +0000 +++ b/lisp/mail/sendmail.el Wed Oct 12 09:10:05 1994 +0000 @@ -264,8 +264,8 @@ (setq major-mode 'mail-mode) (setq mode-name "Mail") (setq buffer-offer-save t) - (make-local-variable 'font-lock-keywords) - (setq font-lock-keywords mail-font-lock-keywords) + (make-local-variable 'font-lock-defaults) + (setq font-lock-defaults '(mail-font-lock-keywords t)) (make-local-variable 'paragraph-separate) (make-local-variable 'paragraph-start) (setq paragraph-start (concat "^" mail-header-separator