mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* vc-dir.el (vc-dir-headers): Abbreviate the working dir.
This commit is contained in:
parent
5f2484c238
commit
b2b8574b8d
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc-dir.el (vc-dir-headers): Abbreviate the working dir.
|
||||
|
||||
2010-03-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
|
||||
|
|
|
|||
|
|
@ -950,7 +950,8 @@ specific headers."
|
|||
(propertize "VC backend : " 'face 'font-lock-type-face)
|
||||
(propertize (format "%s\n" backend) 'face 'font-lock-variable-name-face)
|
||||
(propertize "Working dir: " 'face 'font-lock-type-face)
|
||||
(propertize (format "%s\n" dir) 'face 'font-lock-variable-name-face)
|
||||
(propertize (format "%s\n" (abbreviate-file-name dir))
|
||||
'face 'font-lock-variable-name-face)
|
||||
;; Then the backend specific ones.
|
||||
(vc-call-backend backend 'dir-extra-headers dir)
|
||||
"\n"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue