Variable: eshell-glob-load-hook
eshell-glob-load-hook is a customizable variable defined in
em-glob.el.gz.
Value
nil
Documentation
A list of functions to run when eshell-glob 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-glob.el.gz
;;; User Variables:
(defcustom eshell-glob-load-hook nil
"A list of functions to run when `eshell-glob' is loaded."
:version "24.1" ; removed eshell-glob-initialize
:type 'hook
:group 'eshell-glob)