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:
parent
c908762869
commit
32d956a886
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user