Function: eshell-generic-target-p--cmacro

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

Signature

(eshell-generic-target-p--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for eshell-generic-target-p.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block eshell-generic-target-p--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block eshell-generic-target-p
			     (and
			      (memq (type-of cl-x)
				    cl-struct-eshell-generic-target-tags)
			      t))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `eshell-generic-target-p'."]