Variable: expand-load-hook
expand-load-hook is a customizable variable defined in expand.el.gz.
This variable is obsolete since 28.1; use with-eval-after-load
instead.
Value
nil
Documentation
Hooks run when expand.el is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/expand.el.gz
(defcustom expand-load-hook nil
"Hooks run when `expand.el' is loaded."
:type 'hook)