]> code.delx.au - gnu-emacs/commitdiff
Merge from emacs--rel--22
authorMiles Bader <miles@gnu.org>
Sun, 1 Jun 2008 02:35:04 +0000 (02:35 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 1 Jun 2008 02:35:04 +0000 (02:35 +0000)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1193

lisp/ChangeLog
lisp/tar-mode.el

index 5708f3b1952b6b410c7c9c5e7856093be0a0f483..2eadd9aa6e3572f367c2bb924537fc8c7b090d15 100644 (file)
@@ -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
index 931ef8907faca1df37b5dba4c052524ef46092eb..4d05746a347a4c7844f0d6fbcff7875f57e39fe5 100644 (file)
@@ -398,7 +398,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