1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(change-log-font-lock-keywords): Add more to prev change.

This commit is contained in:
Richard M. Stallman 1997-08-31 04:24:03 +00:00
parent 228282068d
commit 095fb03edb

View file

@ -99,9 +99,9 @@ and `current-time-string' are two valid values."
("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face))
;;
;; Acknowledgements.
("^\t\\(From\\|Patch\\(es\\)? by\\|Reported by\\)"
("^\t\\(From\\|Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)"
1 font-lock-comment-face)
(" \\(From\\|Patch\\(es\\)? by\\|Reported by\\)"
(" \\(From\\|Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)"
1 font-lock-comment-face))
"Additional expressions to highlight in Change Log mode.")