From: Simon Marshall Date: Wed, 12 Oct 1994 09:05:57 +0000 (+0000) Subject: * rmail.el: (rmail-variables): Set font-lock-defaults. X-Git-Tag: emacs-19.34~6373 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54e26eaa1f13715d1c3d12ca82b43823582b8daa;p=emacs.git * rmail.el: (rmail-variables): Set font-lock-defaults. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2510e3cb46b..f696ddfa12f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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)