]> code.delx.au - gnu-emacs/commitdiff
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
authorSimon Marshall <simon@gnu.org>
Wed, 12 Oct 1994 09:07:32 +0000 (09:07 +0000)
committerSimon Marshall <simon@gnu.org>
Wed, 12 Oct 1994 09:07:32 +0000 (09:07 +0000)
lisp/mail/rmailsum.el

index b9cd9b6f4c3001f58d20cd1f69b1b3bd035f68b1..095486d1e630c1a0760efcbe3c538790a1e89da8 100644 (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))