changeset 9483:a8f745eaee5c

* sendmail.el: (mail-mode): Set font-lock-defaults.
author Simon Marshall <simon@gnu.org>
date Wed, 12 Oct 1994 09:10:05 +0000
parents 7330d8566c13
children 255efa3fb8d0
files lisp/mail/sendmail.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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