Variable: eshell-io-load-hook

eshell-io-load-hook is a customizable variable defined in esh-io.el.gz.

Value

nil

Documentation

A hook that gets run when eshell-io is loaded.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
;;; User Variables:

(defcustom eshell-io-load-hook nil
  "A hook that gets run when `eshell-io' is loaded."
  :version "24.1"			; removed eshell-io-initialize
  :type 'hook
  :group 'eshell-io)