aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall <[email protected]>1994-10-12 09:05:57 +0000
committerSimon Marshall <[email protected]>1994-10-12 09:05:57 +0000
commit54e26eaa1f13715d1c3d12ca82b43823582b8daa (patch)
tree6b3bde0257fca6f8aff56d689378d614a4e6eabb
parentcad69fcd2bf21ae4c7bbf10386813ddcf641bb67 (diff)
* rmail.el: (rmail-variables): Set font-lock-defaults.
-rw-r--r--lisp/mail/rmail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 2510e3cb46..f696ddfa12 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)