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

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

Signature

(byte-to-native-top-level-lexical byte-to-native-top-level-lexical X)

Documentation

Access slot "lexical" of byte-to-native-top-level struct X.

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)