From a3abb176e3bfefb260a3c422f5bffc37e74400f0 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 3 Dec 2009 08:53:06 +0000 Subject: [PATCH] (vc-bzr-dir-extra-headers): Fix typo. --- lisp/vc-bzr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2