(tar-header-block-summarize): Ensure one space around user&group.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 26 May 2008 17:41:30 +0000 (17:41 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 26 May 2008 17:41:30 +0000 (17:41 +0000)
lisp/ChangeLog
lisp/tar-mode.el

index fda8b90..8985f40 100644 (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):
index 04ce5dc..834d048 100644 (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