Variable: eshell-proc-mode-hook
eshell-proc-mode-hook is a customizable variable defined in
esh-proc.el.gz.
Value
nil
Documentation
Hook run after entering or leaving eshell-proc-mode(var)/eshell-proc-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-proc.el.gz
(define-minor-mode eshell-proc-mode
"Minor mode for the proc eshell module.
\\{eshell-proc-mode-map}"
:keymap eshell-proc-mode-map)