Mercurial > emacs
changeset 31720:601145997e91
(change-log-font-lock-keywords): Match names
more exactly for the case that font-lock-constant-face is
underlined.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 19 Sep 2000 14:53:31 +0000 |
parents | 7071e0a246ed |
children | 6aac1108212b |
files | lisp/add-log.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Tue Sep 19 14:01:10 2000 +0000 +++ b/lisp/add-log.el Tue Sep 19 14:53:31 2000 +0000 @@ -152,7 +152,7 @@ ("^\\sw.........[0-9:+ ]*" (0 font-lock-string-face) ;; Name and e-mail; some people put e-mail in parens, not angles. - ("\\([^<(]+\\)[(<]\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil + ("\\([^<(]+?\\)[ \t]*[(<]\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil (1 font-lock-constant-face) (2 font-lock-variable-name-face))) ;;