Function: ewoc--create--cmacro

ewoc--create--cmacro is a function defined in ewoc.el.gz.

Signature

(ewoc--create--cmacro _CL-WHOLE-ARG BUFFER PRETTY-PRINTER DLL)

Documentation

compiler-macro for ewoc--create.

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 buffer pretty-printer dll)
  ((cl-block ewoc--create--cmacro
     (cl--defsubst-expand '(buffer pretty-printer dll)
			  '(cl-block ewoc--create
			     (record 'ewoc buffer pretty-printer nil
				     nil dll nil nil))
			  nil nil nil buffer pretty-printer dll)))
  (cl-struct-ewoc-tags) nil "compiler-macro for `ewoc--create'."]