Variable: byte-compile-dynamic
byte-compile-dynamic is a variable defined in bytecomp.el.gz.
This variable is obsolete since 27.1; not worthwhile any more.
Value
nil
Documentation
Formerly used to compile function bodies so they load lazily.
This variable no longer has any effect.
Probably introduced at or before Emacs version 19.29.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-dynamic nil
"Formerly used to compile function bodies so they load lazily.
This variable no longer has any effect.")