From: Simon Marshall Date: Wed, 12 Oct 1994 08:04:08 +0000 (+0000) Subject: * add-log.el: (change-log-mode): Set font-lock-defaults. X-Git-Tag: emacs-19.34~6383 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/4b286ecae823690c3ab1d6988928a004903f4b07 * add-log.el: (change-log-mode): Set font-lock-defaults. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 340ef08573..0012f9f4d1 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -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