Function: comp-func-d-has-non-local
comp-func-d-has-non-local is a byte-compiled function defined in
comp.el.gz.
Signature
(comp-func-d-has-non-local CL-X)
Documentation
Access slot "has-non-local" of comp-func-d struct CL-X.
t if non local jumps are present.
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."))