1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

(tar-header-block-summarize): Ensure one space around user&group.

This commit is contained in:
Stefan Monnier 2008-05-26 17:41:30 +00:00
parent c908762869
commit 32d956a886
2 changed files with 6 additions and 1 deletions

View File

@ -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):

View File

@ -349,7 +349,7 @@ MODE should be an integer which is a file mode value."
;; (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