Mercurial > emacs
changeset 95321:f362398714d9
(vc-cvs-status-extra-headers): Align labels.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 26 May 2008 23:50:21 +0000 |
parents | 51b445e6b312 |
children | 54121bb9b5ad |
files | lisp/ChangeLog lisp/vc-cvs.el |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 26 23:49:35 2008 +0000 +++ b/lisp/ChangeLog Mon May 26 23:50:21 2008 +0000 @@ -10,6 +10,8 @@ (vc-dir-children-marked-p, vc-dir-mark-all-files) (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it. + * vc-cvs.el (vc-cvs-status-extra-headers): Align labels. + 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca> * diff-mode.el (diff-context-mid-hunk-header-re): New const.
--- a/lisp/vc-cvs.el Mon May 26 23:49:35 2008 +0000 +++ b/lisp/vc-cvs.el Mon May 26 23:50:21 2008 +0000 @@ -951,12 +951,12 @@ (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