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