Function: edebug--form-data-name--cmacro

edebug--form-data-name--cmacro is a function defined in edebug.el.gz.

Signature

(edebug--form-data-name--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for edebug--form-data-name.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block edebug--form-data-name--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block edebug--form-data-name
			     (progn (car cl-x)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `edebug--form-data-name'."]