Function: spinner--frames--cmacro

spinner--frames--cmacro is a function defined in spinner.el.

Signature

(spinner--frames--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for spinner--frames.

Source Code

;; Defined in ~/.emacs.d/elpa/spinner-1.7.4/spinner.el
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block spinner--frames--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block spinner--frames
			     (progn
			       (or (spinner-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'spinner cl-x)))
			       (aref cl-x 1)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `spinner--frames'."]