Function: ewoc--node-start-marker--cmacro
ewoc--node-start-marker--cmacro is a function defined in ewoc.el.gz.
Signature
(ewoc--node-start-marker--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for ewoc--node-start-marker.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block ewoc--node-start-marker--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block ewoc--node-start-marker
(progn (aref cl-x 3)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `ewoc--node-start-marker'."]