Mercurial > emacs
changeset 95452:a4904e4111c5
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1193
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 01 Jun 2008 02:35:04 +0000 |
parents | 15ffd5c2dc17 (current diff) 8436412d2e08 (diff) |
children | ca950c418cdd |
files | lisp/ChangeLog lisp/tar-mode.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 01 02:34:55 2008 +0000 +++ b/lisp/ChangeLog Sun Jun 01 02:35:04 2008 +0000 @@ -1,3 +1,8 @@ +2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca> + + * tar-mode.el (tar-header-block-summarize): Ensure one space around + user&group. + 2008-05-31 John Paul Wallington <jpw@pobox.com> * help-fns.el (describe-variable-custom-version-info): Handle
--- a/lisp/tar-mode.el Sun Jun 01 02:34:55 2008 +0000 +++ b/lisp/tar-mode.el Sun Jun 01 02:35:04 2008 +0000 @@ -398,7 +398,7 @@ ;; (ck (tar-header-checksum tar-hblock)) (type (tar-header-link-type tar-hblock)) (link-name (tar-header-link-name tar-hblock))) - (format "%c%c%s%8s/%-8s%7s%s %s%s" + (format "%c%c%s %7s/%-7s %7s%s %s%s" (if mod-p ?* ? ) (cond ((or (eq type nil) (eq type 0)) ?-) ((eq type 1) ?h) ; link