Function: comp-func-d-pure

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

Signature

(comp-func-d-pure comp-func-d-pure X)

Documentation

Access slot "pure" of comp-func-d struct X.

t if pure nil otherwise.

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."))