summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 2d37293d3d5..aa8e005b540 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -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)