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