# HG changeset patch # User Eli Zaretskii # Date 1076953766 0 # Node ID 8d106818ca9755ddea12de90252db73c41f71646 # Parent dcf4d570dd60618158073034cc6e77b34fb0c803 (unload-hook-features-list): New defvar. diff -r dcf4d570dd60 -r 8d106818ca97 lisp/loadhist.el --- 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.