+2004-02-16 Eli Zaretskii <eliz@elta.co.il>
+
+ * loadhist.el (unload-hook-features-list): New defvar.
+
2004-02-16 Dave Love <fx@gnu.org>
* loadhist.el (unload-feature): Doc fix. Rename flist to
`-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.