]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-font-lock-keywords):
authorJuri Linkov <juri@jurta.org>
Sun, 29 May 2005 16:09:04 +0000 (16:09 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 29 May 2005 16:09:04 +0000 (16:09 +0000)
Add `+' to e-mail regexp to accept mail address with keywords.

lisp/add-log.el

index 6dcbfca0c26177b8e49f6c682fb0e8af4010b4df..4131b237e5cbe8fc1771f347d6d7566a05bf881e 100644 (file)
@@ -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)))
     ;;