]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-font-lock-keywords): Recognize + in date.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Mar 1998 22:22:58 +0000 (22:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Mar 1998 22:22:58 +0000 (22:22 +0000)
lisp/add-log.el

index 2d37293d3d55e6a86beb2209226b386059a85d0e..aa8e005b540b4cfb261c4d79628c493c4fd336f2 100644 (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)