aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall1994-10-12 09:07:32 +0000
committerSimon Marshall1994-10-12 09:07:32 +0000
commitd16df57356bf6b067baf8a6d434d6cd76310a69d (patch)
treeafc65f7d5f1672e979299ea6f5faba06ae0678c5
parent54e26eaa1f13715d1c3d12ca82b43823582b8daa (diff)
downloademacs-d16df57356bf6b067baf8a6d434d6cd76310a69d.tar.gz
emacs-d16df57356bf6b067baf8a6d434d6cd76310a69d.zip
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
-rw-r--r--lisp/mail/rmailsum.el4
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:
555 (setq rmail-summary-redo nil) 555 (setq rmail-summary-redo nil)
556 (make-local-variable 'revert-buffer-function) 556 (make-local-variable 'revert-buffer-function)
557 (make-local-variable 'post-command-hook) 557 (make-local-variable 'post-command-hook)
558 (make-local-variable 'font-lock-keywords) 558 (make-local-variable 'font-lock-defaults)
559 (setq font-lock-keywords rmail-summary-font-lock-keywords) 559 (setq font-lock-defaults '(rmail-summary-font-lock-keywords t))
560 (rmail-summary-enable) 560 (rmail-summary-enable)
561 (run-hooks 'rmail-summary-mode-hook)) 561 (run-hooks 'rmail-summary-mode-hook))
562 562