From: Richard M. Stallman Date: Sun, 1 Mar 1998 22:22:58 +0000 (+0000) Subject: (change-log-font-lock-keywords): Recognize + in date. X-Git-Tag: emacs-20.3~2065 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3307b0caf240b5902ca8c2bda6ed96827d78b057;p=emacs.git (change-log-font-lock-keywords): Recognize + in date. --- 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)