Variable: eshell-var-load-hook

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

Value

nil

Documentation

A list of functions to call when loading eshell-var.

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

Source Code

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

(defcustom eshell-var-load-hook nil
  "A list of functions to call when loading `eshell-var'."
  :version "24.1"			; removed eshell-var-initialize
  :type 'hook)