Function: ewoc--pretty-printer--cmacro

ewoc--pretty-printer--cmacro is a function defined in ewoc.el.gz.

Signature

(ewoc--pretty-printer--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for ewoc--pretty-printer.

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--pretty-printer--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block ewoc--pretty-printer
			     (progn
			       (or (ewoc-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'ewoc cl-x)))
			       (aref cl-x 2)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `ewoc--pretty-printer'."]