Function: ewoc--node-right--cmacro

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

Signature

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

Documentation

compiler-macro for ewoc--node-right.

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-right--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block ewoc--node-right
			     (progn (aref cl-x 1)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `ewoc--node-right'."]