diff options
| author | Simon Marshall <simon@gnu.org> | 1994-10-12 09:07:32 +0000 |
|---|---|---|
| committer | Simon Marshall <simon@gnu.org> | 1994-10-12 09:07:32 +0000 |
| commit | d16df57356bf6b067baf8a6d434d6cd76310a69d (patch) | |
| tree | afc65f7d5f1672e979299ea6f5faba06ae0678c5 /lisp/mail | |
| parent | 54e26eaa1f13715d1c3d12ca82b43823582b8daa (diff) | |
| download | emacs-d16df57356bf6b067baf8a6d434d6cd76310a69d.tar.gz | |
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmailsum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index b9cd9b6f4c3..095486d1e63 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -555,8 +555,8 @@ Commands for sorting the summary: (setq rmail-summary-redo nil) (make-local-variable 'revert-buffer-function) (make-local-variable 'post-command-hook) - (make-local-variable 'font-lock-keywords) - (setq font-lock-keywords rmail-summary-font-lock-keywords) + (make-local-variable 'font-lock-defaults) + (setq font-lock-defaults '(rmail-summary-font-lock-keywords t)) (rmail-summary-enable) (run-hooks 'rmail-summary-mode-hook)) |
