Variable: eshell-term-load-hook
eshell-term-load-hook is a customizable variable defined in
em-term.el.gz.
Value
nil
Documentation
A list of functions to call when loading eshell-term.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-term.el.gz
;;; User Variables:
(defcustom eshell-term-load-hook nil
"A list of functions to call when loading `eshell-term'."
:version "24.1" ; removed eshell-term-initialize
:type 'hook)