mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1193
This commit is contained in:
commit
3f715d17fe
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue