diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 21:51:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 21:51:51 +0000 |
commit | 28239eb648f602d638a5e9532fd94634aea06d05 (patch) | |
tree | 9437299d840ece721d4a1fdae3f5c9a11672fd44 /lisp/tar-mode.el | |
parent | f95a63275ceed2921456002fb439199afa338f9d (diff) | |
download | emacs-28239eb648f602d638a5e9532fd94634aea06d05.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r-- | lisp/tar-mode.el | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index f1919e238a2..aeeb2515aac 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -1,8 +1,9 @@ ;;; tar-mode.el --- simple editing of tar files from GNU emacs -;;; Author: Jamie Zawinski <jwz@lucid.com> -;;; Created: 4 Apr 1990 -;;; Version: 1.21, 10 Mar 91 +;; Author: Jamie Zawinski <jwz@lucid.com> +;; Created: 4 Apr 1990 +;; Version: 1.21 +;; Last-Modified: 10 Mar 1991 ;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. ;;; @@ -22,6 +23,8 @@ ;;; along with GNU Emacs; see the file COPYING. If not, write to ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + ;;; This package attempts to make dealing with Unix 'tar' archives easier. ;;; When this code is loaded, visiting a file whose name ends in '.tar' will ;;; cause the contents of that archive file to be displayed in a Dired-like @@ -87,6 +90,8 @@ ;;; o Block files, sparse files, continuation files, and the various header ;;; types aren't editable. Actually I don't know that they work at all. +;;; Code: + (defvar tar-anal-blocksize 20 "*The blocksize of tar files written by Emacs, or nil, meaning don't care. The blocksize of a tar file is not really the size of the blocks; rather, it is |