summaryrefslogtreecommitdiff
path: root/lisp/vc-bzr.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-12-03 08:53:06 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-12-03 08:53:06 +0000
commita3abb176e3bfefb260a3c422f5bffc37e74400f0 (patch)
tree90bf9c009532bd02497a68a16084fcfa1085d061 /lisp/vc-bzr.el
parent4dfb3b9cd5fac23e5ffcde421102d5b4b1ba96ab (diff)
downloademacs-a3abb176e3bfefb260a3c422f5bffc37e74400f0.tar.gz
(vc-bzr-dir-extra-headers): Fix typo.
Diffstat (limited to 'lisp/vc-bzr.el')
-rw-r--r--lisp/vc-bzr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el
index 1173d86842e..eb021f5e3db 100644
--- a/lisp/vc-bzr.el
+++ b/lisp/vc-bzr.el
@@ -771,7 +771,7 @@ stream. Standard error output is discarded."
(concat
(propertize "Checkout of branch : " 'face 'font-lock-type-face)
(propertize light-checkout-branch 'face 'font-lock-variable-name-face)
- "\n")))))
+ "\n"))
(if shelve
(concat
(propertize "Shelves :\n" 'face 'font-lock-type-face