summaryrefslogtreecommitdiff
path: root/lisp/vc-cvs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc-cvs.el')
-rw-r--r--lisp/vc-cvs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index 193fcfad5ea..30f32dfc174 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -951,12 +951,12 @@ state."
(concat
(cond (module
(concat
- (propertize "Module: " 'face 'font-lock-type-face)
+ (propertize "Module : " 'face 'font-lock-type-face)
(propertize module 'face 'font-lock-variable-name-face)))
(t ""))
(cond (repo
(concat
- (propertize "Repository: " 'face 'font-lock-type-face)
+ (propertize "Repository : " 'face 'font-lock-type-face)
(propertize repo 'face 'font-lock-variable-name-face)))
(t ""))
;; In CVS, branch is a per-file property, not a per-directory property. We