]> git.eshelyaron.com Git - emacs.git/commitdiff
* rmail.el: (rmail-variables): Set font-lock-defaults.
authorSimon Marshall <simon@gnu.org>
Wed, 12 Oct 1994 09:05:57 +0000 (09:05 +0000)
committerSimon Marshall <simon@gnu.org>
Wed, 12 Oct 1994 09:05:57 +0000 (09:05 +0000)
lisp/mail/rmail.el

index 2510e3cb46b4f2976380e65d273cc63ab3a4ec68..f696ddfa12f55e78475cc89fe322f270d0fc5290 100644 (file)
@@ -614,8 +614,8 @@ Instead, these commands are available:
 (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)