From: Andreas Schwab Date: Sat, 27 Dec 2008 22:24:31 +0000 (+0000) Subject: (vc-git-dir-printer): Fix filename column. X-Git-Tag: emacs-pretest-23.0.90~847 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f4a3168c8505cb52ffb63478c5e7eccd474f95e;p=emacs.git (vc-git-dir-printer): Fix filename column. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20b3e91c0a1..bccf45bd2f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-12-27 Andreas Schwab + + * vc-git.el (vc-git-dir-printer): Fix filename column. + 2008-12-27 Nicholas Maniscalco (tiny change) * term.el (term-emulate-terminal): Decode substring just prior to diff --git a/lisp/vc-git.el b/lisp/vc-git.el index efb59ac2516..c003e08af6c 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -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