Function: tar-header-p

tar-header-p is a function defined in tar-mode.el.gz.

Signature

(tar-header-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/tar-mode.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
  ((cl-block tar-header-p
     (and (vectorp cl-x) (>= (length cl-x) 17)
	  (memq (aref cl-x 0) cl-struct-tar-header-tags) t)))
  (t)]