changeset 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 d39103e3eea2
children a8f745eaee5c
files lisp/mail/rmailsum.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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))