From 4b286ecae823690c3ab1d6988928a004903f4b07 Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Wed, 12 Oct 1994 08:04:08 +0000 Subject: [PATCH] * add-log.el: (change-log-mode): Set font-lock-defaults. --- lisp/add-log.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/add-log.el b/lisp/add-log.el index 340ef085734..0012f9f4d1f 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 -- 2.39.5