Variable: eshell-mode-unload-hook

eshell-mode-unload-hook is a customizable variable defined in esh-mode.el.gz.

This variable is obsolete since 30.1.

Value

nil

Documentation

A hook that gets run when eshell-mode(var)/eshell-mode(fun) is unloaded.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
;;; User Variables:

(defcustom eshell-mode-unload-hook nil
  "A hook that gets run when `eshell-mode' is unloaded."
  :type 'hook)