summaryrefslogtreecommitdiff
path: root/lisp/vc-cvs.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-05-26 23:50:21 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-05-26 23:50:21 +0000
commit4f922bf5414e84bdde2362909cc9f69dd763a639 (patch)
tree9c0a094f8f14eec916b800ae774991f747952c40 /lisp/vc-cvs.el
parentaf71bb11ac7c0145af8cd7d8533adb4a582b60cb (diff)
downloademacs-4f922bf5414e84bdde2362909cc9f69dd763a639.tar.gz
emacs-4f922bf5414e84bdde2362909cc9f69dd763a639.tar.bz2
emacs-4f922bf5414e84bdde2362909cc9f69dd763a639.zip
(vc-cvs-status-extra-headers): Align labels.
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