diff lisp/vc-bzr.el @ 81539:0c6323e48d45

(vc-bzr-log-view-mode): Add + to the email address regexp.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 22 Jun 2007 02:46:04 +0000
parents 1214f1b9e278
children e40762570726
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Fri Jun 22 02:11:59 2007 +0000
+++ b/lisp/vc-bzr.el	Fri Jun 22 02:46:04 2007 +0000
@@ -306,7 +306,7 @@
        (append `((,log-view-message-re . 'log-view-message-face))
                ;; log-view-font-lock-keywords
                '(("^ *committer: \
-\\([^<(]+?\\)[  ]*[(<]\\([[:alnum:]_.-]+@[[:alnum:]_.-]+\\)[>)]"
+\\([^<(]+?\\)[  ]*[(<]\\([[:alnum:]_.+-]+@[[:alnum:]_.-]+\\)[>)]"
                   (1 'change-log-name)
                   (2 'change-log-email))
                  ("^ *timestamp: \\(.*\\)" (1 'change-log-date-face))))))