File: loadhist.el.html
These functions exploit the load-history system variable.
Entry points include unload-feature, symbol-file, and
feature-file, documented in the Emacs Lisp manual.
Defined variables (3)
loadhist-hook-functions | A list of special hooks from Info node ‘(elisp)Standard Hooks’. |
unload-feature-special-hooks | A list of special hooks from Info node ‘(elisp)Standard Hooks’. |
unload-function-defs-list | List of definitions in the Lisp library being unloaded. |
Defined functions (10)
feature-file | (FEATURE) |
feature-symbols | (FEATURE) |
file-dependents | (FILE) |
file-loadhist-lookup | (FILE) |
file-provides | (FILE) |
file-requires | (FILE) |
file-set-intersect | (P Q) |
loadhist-unload-element | (X) |
read-feature | (PROMPT &optional LOADED-P) |
unload-feature | (FEATURE &optional FORCE) |