Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4b286eca
Commit
4b286eca
authored
Oct 12, 1994
by
Simon Marshall
Browse files
* add-log.el: (change-log-mode): Set font-lock-defaults.
parent
7e67d00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/add-log.el
lisp/add-log.el
+2
-1
No files found.
lisp/add-log.el
View file @
4b286eca
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment