Function: comp-func-d-command-modes

comp-func-d-command-modes is a byte-compiled function defined in comp.el.gz.

Signature

(comp-func-d-command-modes comp-func-d-command-modes X)

Documentation

Access slot "command-modes" of comp-func-d struct X.

Command modes.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(cl-defstruct (comp-func-d (:include comp-func))
  "Dynamically-scoped function."
  (lambda-list nil :type list
        :documentation "Original lambda-list."))