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