Function: eshell-function-target-create--cmacro
eshell-function-target-create--cmacro is a function defined in
esh-io.el.gz.
Signature
(eshell-function-target-create--cmacro _CL-WHOLE-ARG OUTPUT-FUNCTION &optional CLOSE-FUNCTION)
Documentation
compiler-macro for eshell-function-target-create.
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 output-function &optional close-function)
((cl-block eshell-function-target-create--cmacro
(cl--defsubst-expand '(output-function close-function)
'(cl-block eshell-function-target-create
(record 'eshell-function-target
output-function close-function))
nil nil nil output-function close-function)))
(cl-struct-eshell-function-target-tags) nil
"compiler-macro for `eshell-function-target-create'."]