Variable: byte-compile-noruntime-functions
byte-compile-noruntime-functions is a variable defined in
bytecomp.el.gz.
Value
nil
Documentation
Alist of functions called that may not be defined when the compiled code is run.
Used for warnings about calling a function that is defined during compilation but won't necessarily be defined when the compiled file is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-noruntime-functions nil
"Alist of functions called that may not be defined when the compiled code is run.
Used for warnings about calling a function that is defined during compilation
but won't necessarily be defined when the compiled file is loaded.")