Function: eshell-unload-extension-modules

eshell-unload-extension-modules is a byte-compiled function defined in esh-module.el.gz.

Signature

(eshell-unload-extension-modules)

Documentation

Try to unload all currently-loaded Eshell extension modules.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-module.el.gz
(defun eshell-unload-extension-modules ()
  "Try to unload all currently-loaded Eshell extension modules."
  (eshell-unload-modules (eshell-subgroups 'eshell-module)))