* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.

This commit is contained in:
Simon Marshall 1994-10-12 09:07:32 +00:00
parent 54e26eaa1f
commit d16df57356

View file

@ -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))