diff options
| author | Simon Marshall <simon@gnu.org> | 1994-10-12 09:10:05 +0000 |
|---|---|---|
| committer | Simon Marshall <simon@gnu.org> | 1994-10-12 09:10:05 +0000 |
| commit | 2667df428475d93669c3af8d23969c1836bfca09 (patch) | |
| tree | ac85b36895d41fdf2c9d4ec11a2935c983051f58 | |
| parent | d16df57356bf6b067baf8a6d434d6cd76310a69d (diff) | |
| download | emacs-2667df428475d93669c3af8d23969c1836bfca09.tar.gz | |
* sendmail.el: (mail-mode): Set font-lock-defaults.
| -rw-r--r-- | lisp/mail/sendmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index a2719857b23..6621a72b5bd 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -264,8 +264,8 @@ C-c C-v mail-sent-via (add a sent-via field for each To or CC)." (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 |
