# HG changeset patch # User Erik Naggum # Date 864328229 0 # Node ID 986fa91361ccb8d2a8b1e27ff77e9e9d611377b0 # Parent 29d58e05d6031523b8743c78ea084fd2261c434d (change-log-font-lock-keywords): Tweak font-lock-keywords. diff -r 29d58e05d603 -r 986fa91361cc lisp/add-log.el --- a/lisp/add-log.el Thu May 22 19:00:25 1997 +0000 +++ b/lisp/add-log.el Thu May 22 19:10:29 1997 +0000 @@ -68,9 +68,11 @@ (defvar change-log-font-lock-keywords '(;; ;; Date lines, new and old styles. - ("^\\sw........." + ("^\\sw.........[0-9: ]*" (0 font-lock-string-face) - ("[A-Z][^\n<]+" nil nil (0 font-lock-reference-face))) + ("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil + (1 font-lock-reference-face) + (2 font-lock-variable-name-face))) ;; ;; File names. ("^\t\\* \\([^ ,:([\n]+\\)"