diff lisp/loadhist.el @ 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 2e361a295c26
children 55722dde9e0a
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.