Variable: eshell-module-unload-hook
eshell-module-unload-hook is a customizable variable defined in
esh-module.el.gz.
Value
(eshell-unload-extension-modules)
Documentation
A hook run when eshell-module is unloaded.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-module.el.gz
;;; User Variables:
(defcustom eshell-module-unload-hook
'(eshell-unload-extension-modules)
"A hook run when `eshell-module' is unloaded."
:type 'hook
:group 'eshell-module)