Function: comp-nargs-rest--cmacro

comp-nargs-rest--cmacro is a function defined in comp.el.gz.

Signature

(comp-nargs-rest--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for comp-nargs-rest.

Source Code

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