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