Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1193
This commit is contained in:
Miles Bader 2008-06-01 02:35:04 +00:00
commit 3f715d17fe
2 changed files with 6 additions and 1 deletions

View 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

View 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