]> code.delx.au - gnu-emacs/commitdiff
* add-log.el: (change-log-mode): Set font-lock-defaults.
authorSimon Marshall <simon@gnu.org>
Wed, 12 Oct 1994 08:04:08 +0000 (08:04 +0000)
committerSimon Marshall <simon@gnu.org>
Wed, 12 Oct 1994 08:04:08 +0000 (08:04 +0000)
lisp/add-log.el

index 340ef08573405b801584580aa17e98f441689546..0012f9f4d1f7f44cc4d0edad2915666f9dd0577e 100644 (file)
@@ -265,7 +265,8 @@ Runs `change-log-mode-hook'."
   (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