Variable: byte-compile-constants

byte-compile-constants is a variable defined in bytecomp.el.gz.

Value

nil

Documentation

List of all constants encountered during compilation of this form.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-constants nil
  "List of all constants encountered during compilation of this form.")