Variable: eshell-var-mode-hook
eshell-var-mode-hook is a customizable variable defined in
esh-var.el.gz.
Value
nil
Documentation
Hook run after entering or leaving eshell-var-mode(var)/eshell-var-mode(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
;;; Functions:
(define-minor-mode eshell-var-mode
"Minor mode for the esh-var module.
\\{eshell-var-mode-map}"
:keymap eshell-var-mode-map)