1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(change-log-font-lock-keywords): Recognize + in date.

This commit is contained in:
Richard M. Stallman 1998-03-01 22:22:58 +00:00
parent 569b03f243
commit 3307b0caf2

View File

@ -103,7 +103,7 @@ for file A.
(defvar change-log-font-lock-keywords
'(;;
;; Date lines, new and old styles.
("^\\sw.........[0-9: ]*"
("^\\sw.........[0-9:+ ]*"
(0 font-lock-string-face)
("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil
(1 font-lock-constant-face)