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
b438e1cb
Commit
b438e1cb
authored
Aug 24, 1997
by
Richard M. Stallman
Browse files
(change-log-font-lock-keywords):
Match "Patches by". Match all kinds of acks after ` '.
parent
6a338071
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/add-log.el
lisp/add-log.el
+4
-2
No files found.
lisp/add-log.el
View file @
b438e1cb
...
...
@@ -99,8 +99,10 @@ and `current-time-string' are two valid values."
("
\\[!?\\
(
[^]\n]+\\
)
\\]\\
(
:\\
| (\\)" (1 font-lock-variable-name-face))
;;
;; Acknowledgements.
("^\t\\(From\\|Patch
by\\|Reported by\\)" 1 font-lock-comment-face)
)
("^\t\\(From\\|Patch\\
(
es\\
)
?
by\\|Reported by\\)"
1 font-lock-comment-face)
(" \\(From\\|Patch\\
(
es\\
)
?
by\\|Reported by\\)"
1 font-lock-comment-face))
"Additional expressions to highlight in Change Log mode.")
(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