Variable: unload-function-defs-list

unload-function-defs-list is a variable defined in loadhist.el.gz.

Value

nil

Documentation

List of definitions in the Lisp library being unloaded.

This is meant to be used by FEATURE-unload-function; see the documentation of unload-feature for details.

Source Code

;; Defined in /usr/src/emacs/lisp/loadhist.el.gz
(defvar unload-function-defs-list nil
  "List of definitions in the Lisp library being unloaded.

This is meant to be used by `FEATURE-unload-function'; see the
documentation of `unload-feature' for details.")