Mercurial > emacs
changeset 80592:8436412d2e08
(tar-header-block-summarize): Ensure one space around user&group.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 26 May 2008 17:41:30 +0000 |
parents | ffc29d3b77cb |
children | bbcac017f363 a4904e4111c5 |
files | lisp/ChangeLog lisp/tar-mode.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 26 07:03:02 2008 +0000 +++ b/lisp/ChangeLog Mon May 26 17:41:30 2008 +0000 @@ -1,3 +1,8 @@ +2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca> + + * tar-mode.el (tar-header-block-summarize): Ensure one space around + user&group. + 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu> * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
--- a/lisp/tar-mode.el Mon May 26 07:03:02 2008 +0000 +++ b/lisp/tar-mode.el Mon May 26 17:41:30 2008 +0000 @@ -349,7 +349,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