Mercurial > emacs
diff lisp/mail/rmailsum.el @ 9482:7330d8566c13
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Wed, 12 Oct 1994 09:07:32 +0000 |
parents | 99ec41e9cb2e |
children | cde03222210e |
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el Wed Oct 12 09:05:57 1994 +0000 +++ b/lisp/mail/rmailsum.el Wed Oct 12 09:07:32 1994 +0000 @@ -555,8 +555,8 @@ (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))