changeset 9471:1b933ccf3c20

* add-log.el: (change-log-mode): Set font-lock-defaults.
author Simon Marshall <simon@gnu.org>
date Wed, 12 Oct 1994 08:04:08 +0000
parents ce0b3e3021bf
children 06623e3543db
files lisp/add-log.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Wed Oct 12 08:02:20 1994 +0000
+++ b/lisp/add-log.el	Wed Oct 12 08:04:08 1994 +0000
@@ -265,7 +265,8 @@
   (set (make-local-variable 'page-delimiter) "^\\<\\|^\f")
   (set (make-local-variable 'version-control) 'never)
   (set (make-local-variable 'adaptive-fill-regexp) "\\s *")
-  (set (make-local-variable 'font-lock-keywords) change-log-font-lock-keywords)
+  (set (make-local-variable 'font-lock-defaults)
+       '(change-log-font-lock-keywords t))
   (run-hooks 'change-log-mode-hook))
 
 (defvar change-log-mode-map nil