Function: ewoc--node-data--cmacro

ewoc--node-data--cmacro is a function defined in ewoc.el.gz.

Signature

(ewoc--node-data--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining ewoc--node-data.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
;; Closure converted to defun by helpful.
(defun ewoc--node-data--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `ewoc--node-data'."
  (cl-block ewoc--node-data--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block ewoc--node-data
	(progn
	  (aref cl-x 2)))
     nil nil nil cl-x)))