From: Juri Linkov Date: Sun, 29 May 2005 16:09:04 +0000 (+0000) Subject: (change-log-font-lock-keywords): X-Git-Tag: emacs-pretest-22.0.90~9431 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7397a79f133a85bcf2cb88d6432e60510f6ee590;p=emacs.git (change-log-font-lock-keywords): Add `+' to e-mail regexp to accept mail address with keywords. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 6dcbfca0c26..4131b237e5c 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -220,7 +220,7 @@ Note: The search is conducted only within 10%, at the beginning of the file." ("^\\sw.........[0-9:+ ]*" (0 'change-log-date-face) ;; Name and e-mail; some people put e-mail in parens, not angles. - ("\\([^<(]+?\\)[ \t]*[(<]\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil + ("\\([^<(]+?\\)[ \t]*[(<]\\([A-Za-z0-9_.+-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil (1 'change-log-name-face) (2 'change-log-email-face))) ;;