Mercurial > emacs
changeset 54000:8d106818ca97
(unload-hook-features-list): New defvar.
author | Eli Zaretskii <eliz@is.elta.co.il> |
---|---|
date | Mon, 16 Feb 2004 17:49:26 +0000 |
parents | dcf4d570dd60 |
children | 1bf19a8a6747 |
files | lisp/loadhist.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadhist.el Mon Feb 16 17:48:09 2004 +0000 +++ b/lisp/loadhist.el Mon Feb 16 17:49:26 2004 +0000 @@ -116,6 +116,12 @@ `-hook' or `-hooks', from which `unload-feature' tries to remove pertinent symbols.") +(defvar unload-hook-features-list nil + "List of features of the package being unloaded. + +This is meant to be used by FEATURE-unload-hook hooks, see the +documentation of `unload-feature' for details.") + ;;;###autoload (defun unload-feature (feature &optional force) "Unload the library that provided FEATURE, restoring all its autoloads.