Function: rst-Stn-children--cmacro

rst-Stn-children--cmacro is a function defined in rst.el.gz.

Signature

(rst-Stn-children--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for rst-Stn-children.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block rst-Stn-children--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block rst-Stn-children
			     (progn
			       (or (rst-Stn-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'rst-Stn cl-x)))
			       (aref cl-x 3)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `rst-Stn-children'."]