1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

* add-log.el: (change-log-mode): Set font-lock-defaults.

This commit is contained in:
Simon Marshall 1994-10-12 08:04:08 +00:00
parent 7e67d00b98
commit 4b286ecae8

View 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