Variable: eshell-cmd-load-hook

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

Value

nil

Documentation

A hook that gets run when eshell-cmd 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-cmd.el.gz
;;; User Variables:

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