Function: comp-args-max

comp-args-max is a byte-compiled function defined in comp.el.gz.

Signature

(comp-args-max CL-X)

Documentation

Access slot "max" of comp-args struct CL-X.

Maximum number of arguments allowed.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct (comp-args (:include comp-args-base))
  (max nil :type integer
       :documentation "Maximum number of arguments allowed."))