Function: make-comp-func-l
make-comp-func-l is a byte-compiled function defined in comp.el.gz.
Signature
(make-comp-func-l &key NAME C-NAME BYTE-FUNC DOC INT-SPEC COMMAND-MODES LAP SSA-STATUS FRAME-SIZE VFRAME-SIZE BLOCKS LAP-BLOCK EDGES-H BLOCK-CNT-GEN EDGE-CNT-GEN HAS-NON-LOCAL SPEED SAFETY PURE DECLARED-TYPE TYPE ARGS)
Documentation
Constructor for objects of type comp-func-l.
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"))