diff options
| author | Simon Marshall <simon@gnu.org> | 1994-10-12 09:05:57 +0000 |
|---|---|---|
| committer | Simon Marshall <simon@gnu.org> | 1994-10-12 09:05:57 +0000 |
| commit | 54e26eaa1f13715d1c3d12ca82b43823582b8daa (patch) | |
| tree | 6b3bde0257fca6f8aff56d689378d614a4e6eabb /lisp | |
| parent | cad69fcd2bf21ae4c7bbf10386813ddcf641bb67 (diff) | |
| download | emacs-54e26eaa1f13715d1c3d12ca82b43823582b8daa.tar.gz | |
* rmail.el: (rmail-variables): Set font-lock-defaults.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2510e3cb46b..f696ddfa12f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -614,8 +614,8 @@ Instead, these commands are available: (defun rmail-variables () (make-local-variable 'revert-buffer-function) (setq revert-buffer-function 'rmail-revert) - (make-local-variable 'font-lock-keywords) - (setq font-lock-keywords rmail-font-lock-keywords) + (make-local-variable 'font-lock-defaults) + (setq font-lock-defaults '(rmail-font-lock-keywords t)) (make-local-variable 'rmail-last-label) (make-local-variable 'rmail-last-regexp) (make-local-variable 'rmail-deleted-vector) |
