Function: ewoc--hf-pp--cmacro
ewoc--hf-pp--cmacro is a function defined in ewoc.el.gz.
Signature
(ewoc--hf-pp--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining ewoc--hf-pp.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
;; Closure converted to defun by helpful.
(defun ewoc--hf-pp--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `ewoc--hf-pp'."
(cl-block ewoc--hf-pp--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block ewoc--hf-pp
(progn
(or
(ewoc-p cl-x)
(signal 'wrong-type-argument
(list 'ewoc cl-x)))
(aref cl-x 7)))
nil nil nil cl-x)))