diff options
| author | Simon Marshall | 1994-10-12 09:10:05 +0000 |
|---|---|---|
| committer | Simon Marshall | 1994-10-12 09:10:05 +0000 |
| commit | 2667df428475d93669c3af8d23969c1836bfca09 (patch) | |
| tree | ac85b36895d41fdf2c9d4ec11a2935c983051f58 | |
| parent | d16df57356bf6b067baf8a6d434d6cd76310a69d (diff) | |
| download | emacs-2667df428475d93669c3af8d23969c1836bfca09.tar.gz emacs-2667df428475d93669c3af8d23969c1836bfca09.zip | |
* 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)." | |||
| 264 | (setq major-mode 'mail-mode) | 264 | (setq major-mode 'mail-mode) |
| 265 | (setq mode-name "Mail") | 265 | (setq mode-name "Mail") |
| 266 | (setq buffer-offer-save t) | 266 | (setq buffer-offer-save t) |
| 267 | (make-local-variable 'font-lock-keywords) | 267 | (make-local-variable 'font-lock-defaults) |
| 268 | (setq font-lock-keywords mail-font-lock-keywords) | 268 | (setq font-lock-defaults '(mail-font-lock-keywords t)) |
| 269 | (make-local-variable 'paragraph-separate) | 269 | (make-local-variable 'paragraph-separate) |
| 270 | (make-local-variable 'paragraph-start) | 270 | (make-local-variable 'paragraph-start) |
| 271 | (setq paragraph-start (concat "^" mail-header-separator | 271 | (setq paragraph-start (concat "^" mail-header-separator |