Function: comp-func-l-has-non-local
comp-func-l-has-non-local is a byte-compiled function defined in
comp.el.gz.
Signature
(comp-func-l-has-non-local comp-func-l-has-non-local X)
Documentation
Access slot "has-non-local" of comp-func-l struct 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-l (:include comp-func))
"Lexically-scoped function."
(args nil :type comp-args-base
:documentation "Argument specification of the function"))