Variable: eshell-cmpl-load-hook

eshell-cmpl-load-hook is a customizable variable defined in em-cmpl.el.gz.

Value

nil

Documentation

A list of functions to run when eshell-cmpl is loaded.

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

Source Code

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

(defcustom eshell-cmpl-load-hook nil
  "A list of functions to run when `eshell-cmpl' is loaded."
  :version "24.1"			; removed eshell-cmpl-initialize
  :type 'hook)