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