Function: eshell-function-target-p

eshell-function-target-p is a function defined in esh-io.el.gz.

Signature

(eshell-function-target-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
  ((cl-block eshell-function-target-p
     (and (memq (type-of cl-x) cl-struct-eshell-function-target-tags)
	  t)))
  (t)]