summaryrefslogtreecommitdiff
path: root/lisp/vc-bzr.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc-bzr.el')
-rw-r--r--lisp/vc-bzr.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el
index 233cdb171ee..70989ee56e7 100644
--- a/lisp/vc-bzr.el
+++ b/lisp/vc-bzr.el
@@ -574,7 +574,8 @@ property containing author and date information."
(unless tag
(setq tag
(propertize
- (concat rev " " (substring author 0 7))
+ (concat rev " " (substring (concat author " ")
+ 0 7))
'help-echo (format "Revision: %d, author: %s, date: %s"
(string-to-number rev)
author date)