diff lisp/vc-bzr.el @ 106724:37a9363510b2

(vc-bzr-log-view-mode): Also highlight the author.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 03 Jan 2010 20:43:23 -0800
parents 82660e679622
children b4d5ac4906a0
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Sun Jan 03 20:35:21 2010 -0800
+++ b/lisp/vc-bzr.el	Sun Jan 03 20:43:23 2010 -0800
@@ -484,7 +484,7 @@
 		    (4 'change-log-list nil lax))))
 	 (append `((,log-view-message-re . 'log-view-message-face))
 		 ;; log-view-font-lock-keywords
-		 '(("^ *committer: \
+		 '(("^ *\\(?:committer\\|author\\): \
 \\([^<(]+?\\)[  ]*[(<]\\([[:alnum:]_.+-]+@[[:alnum:]_.-]+\\)[>)]"
 		    (1 'change-log-name)
 		    (2 'change-log-email))