changeset 9481:d39103e3eea2

* rmail.el: (rmail-variables): Set font-lock-defaults.
author Simon Marshall <simon@gnu.org>
date Wed, 12 Oct 1994 09:05:57 +0000
parents 8a36332efbf2
children 7330d8566c13
files lisp/mail/rmail.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Wed Oct 12 09:04:05 1994 +0000
+++ b/lisp/mail/rmail.el	Wed Oct 12 09:05:57 1994 +0000
@@ -614,8 +614,8 @@
 (defun rmail-variables ()
   (make-local-variable 'revert-buffer-function)
   (setq revert-buffer-function 'rmail-revert)
-  (make-local-variable 'font-lock-keywords)
-  (setq font-lock-keywords rmail-font-lock-keywords)
+  (make-local-variable 'font-lock-defaults)
+  (setq font-lock-defaults '(rmail-font-lock-keywords t))
   (make-local-variable 'rmail-last-label)
   (make-local-variable 'rmail-last-regexp)
   (make-local-variable 'rmail-deleted-vector)