Variable: byte-compile-new-defuns
byte-compile-new-defuns is a variable defined in bytecomp.el.gz.
Value
nil
Documentation
List of (runtime) functions defined in this compilation run.
This variable is used to qualify byte-compile-noruntime-functions when
outputting warnings about functions not being defined at runtime.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-new-defuns nil
"List of (runtime) functions defined in this compilation run.
This variable is used to qualify `byte-compile-noruntime-functions' when
outputting warnings about functions not being defined at runtime.")