annotate nt/subdirs.el @ 95378:4eddf6f13d89

(tar-header): New field `header-start'. (tar-header-block-tokenize): Set it when useful. Drop "GNUtar " magic value, which even GNU Tar doesn't know about. (tar-header-data-end): New function. (tar-summarize-buffer): Use it. (tar-next-line): Fix goal column for long usernames. (tar-expunge-internal): Use header-start. (tar-rename-entry): Handle ustar-style long names. (tar-alter-one-field): Add optional `descriptor' argument. (tar-subfile-save-buffer): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 29 May 2008 05:25:22 +0000
parents 6eee4a78b129
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75540
6eee4a78b129 Add "no-byte-compile: t" local variable.
Juanma Barranquero <lekktu@gmail.com>
parents: 39051
diff changeset
1 ;; -*- no-byte-compile: t -*-
39051
b5c421a7a5c2 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2 (if (fboundp 'normal-top-level-add-subdirs-to-load-path)
b5c421a7a5c2 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3 (normal-top-level-add-subdirs-to-load-path))