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 (4)
loadhist--restore-autoload | If non-nil, is a symbol for which to try to restore a previous autoload. |
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 (11)
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-function | (X) |
loadhist-unload-element | (X) |
read-feature | (PROMPT &optional LOADED-P) |
unload-feature | (FEATURE &optional FORCE) |