Variable: comint-mode-hook
comint-mode-hook is a customizable variable defined in comint.el.gz.
Value
nil
Documentation
Hook run upon entry to comint-mode.
This is run before the process is cranked up.
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defcustom comint-mode-hook nil
"Hook run upon entry to `comint-mode'.
This is run before the process is cranked up."
:type 'hook
:group 'comint)