Function: eshell-function-target-close-function--cmacro
eshell-function-target-close-function--cmacro is a function defined in
esh-io.el.gz.
Signature
(eshell-function-target-close-function--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for eshell-function-target-close-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-close-function--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block
eshell-function-target-close-function
(progn
(or (eshell-function-target-p cl-x)
(signal 'wrong-type-argument
(list
'eshell-function-target
cl-x)))
(aref cl-x 2)))
nil nil nil cl-x)))
(t) nil
"compiler-macro for `eshell-function-target-close-function'."]