(vc-git-dir-printer): Fix filename column.
This commit is contained in:
parent
d14030f587
commit
7f4a3168c8
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-12-27 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* vc-git.el (vc-git-dir-printer): Fix filename column.
|
||||
|
||||
2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
|
||||
|
||||
* term.el (term-emulate-terminal): Decode substring just prior to
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
|
|||
(t 'font-lock-variable-name-face))
|
||||
'mouse-face 'highlight)
|
||||
" " (vc-git-permissions-as-string old-perm new-perm)
|
||||
" "
|
||||
" "
|
||||
(propertize (vc-git-escape-file-name (vc-dir-fileinfo->name info))
|
||||
'face (if isdir 'font-lock-comment-delimiter-face 'font-lock-function-name-face)
|
||||
'help-echo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue