Function: tar-header-p

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

Signature

(tar-header-p X)

Source Code

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