# HG changeset patch # User Andreas Schwab # Date 1230416671 0 # Node ID bca91c325d5c5d0e645cde4bac7f22afdf56d126 # Parent d3aa3f329f1d797e6e05b4f275af6ec7cb50f508 (vc-git-dir-printer): Fix filename column. diff -r d3aa3f329f1d -r bca91c325d5c lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 27 18:57:52 2008 +0000 +++ b/lisp/ChangeLog Sat Dec 27 22:24:31 2008 +0000 @@ -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 -r d3aa3f329f1d -r bca91c325d5c lisp/vc-git.el --- a/lisp/vc-git.el Sat Dec 27 18:57:52 2008 +0000 +++ b/lisp/vc-git.el Sat Dec 27 22:24:31 2008 +0000 @@ -295,7 +295,7 @@ (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