aboutsummaryrefslogtreecommitdiffstats
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.
103(defvar change-log-font-lock-keywords 103(defvar change-log-font-lock-keywords
104 '(;; 104 '(;;
105 ;; Date lines, new and old styles. 105 ;; Date lines, new and old styles.
106 ("^\\sw.........[0-9: ]*" 106 ("^\\sw.........[0-9:+ ]*"
107 (0 font-lock-string-face) 107 (0 font-lock-string-face)
108 ("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil 108 ("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil
109 (1 font-lock-constant-face) 109 (1 font-lock-constant-face)