From: Erik Naggum Date: Thu, 22 May 1997 19:10:29 +0000 (+0000) Subject: (change-log-font-lock-keywords): Tweak font-lock-keywords. X-Git-Tag: emacs-20.1~2022 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f6a26416e90e422c8702673e278da929e39aa4e;p=emacs.git (change-log-font-lock-keywords): Tweak font-lock-keywords. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 27ace80f219..3b963bd3bbe 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -68,9 +68,11 @@ This defaults to the value of `user-mail-address'." (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]+\\)"