Function: eshell-function-target-output-function--cmacro

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

Signature

(eshell-function-target-output-function--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for eshell-function-target-output-function.

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-function-target-output-function--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block
			       eshell-function-target-output-function
			     (progn
			       (or (eshell-function-target-p cl-x)
				   (signal 'wrong-type-argument
					   (list
					    'eshell-function-target
					    cl-x)))
			       (aref cl-x 1)))
			  nil nil nil cl-x)))
  (t) nil
  "compiler-macro for `eshell-function-target-output-function'."]