Function: make-byte-to-native-top-level

make-byte-to-native-top-level is a byte-compiled function defined in bytecomp.el.gz.

Signature

(make-byte-to-native-top-level &key FORM LEXICAL)

Documentation

Constructor for objects of type byte-to-native-top-level.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(cl-defstruct byte-to-native-top-level
  "All other top-level forms."
  form lexical)