/[emacs]/emacs/lisp/tar-mode.el
ViewVC logotype

Diff of /emacs/lisp/tar-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by rms, Fri Mar 8 09:54:42 2002 UTC revision 1.86 by rms, Thu Mar 28 18:15:47 2002 UTC
# Line 356  MODE should be an integer which is a fil Line 356  MODE should be an integer which is a fil
356                    ((eq type 5) ?d)      ; directory                    ((eq type 5) ?d)      ; directory
357                    ((eq type 6) ?p)      ; FIFO/pipe                    ((eq type 6) ?p)      ; FIFO/pipe
358                    ((eq type 20) ?*)     ; directory listing                    ((eq type 20) ?*)     ; directory listing
359                      ((eq type 28) ?L)     ; next has longname
360                    ((eq type 29) ?M)     ; multivolume continuation                    ((eq type 29) ?M)     ; multivolume continuation
361                    ((eq type 35) ?S)     ; sparse                    ((eq type 35) ?S)     ; sparse
362                    ((eq type 38) ?V)     ; volume header                    ((eq type 38) ?V)     ; volume header
# Line 660  appear on disk when you save the tar-fil Line 661  appear on disk when you save the tar-fil
661          (error "This is a %s, not a real file"          (error "This is a %s, not a real file"
662                 (cond ((eq link-p 5) "directory")                 (cond ((eq link-p 5) "directory")
663                       ((eq link-p 20) "tar directory header")                       ((eq link-p 20) "tar directory header")
664                         ((eq link-p 28) "next has longname")
665                       ((eq link-p 29) "multivolume-continuation")                       ((eq link-p 29) "multivolume-continuation")
666                       ((eq link-p 35) "sparse entry")                       ((eq link-p 35) "sparse entry")
667                       ((eq link-p 38) "volume header")                       ((eq link-p 38) "volume header")

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26