changeset 21009:f3149849a051

(change-log-font-lock-keywords): Recognize + in date.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Mar 1998 22:22:58 +0000
parents 7111f9cf9392
children ba03aa5d64d6
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Sat Feb 28 19:00:34 1998 +0000
+++ b/lisp/add-log.el	Sun Mar 01 22:22:58 1998 +0000
@@ -103,7 +103,7 @@
 (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)