Variable: after-load-functions
after-load-functions is a variable defined in subr.el.gz.
Value
(evil-update-pending-maps
elisp--font-lock-flush-elisp-buffers)
Documentation
Special hook run after loading a file.
Each function there is called with a single argument, the absolute name of the file just loaded.
Probably introduced at or before Emacs version 23.2.
Source Code
;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar after-load-functions nil
"Special hook run after loading a file.
Each function there is called with a single argument, the absolute
name of the file just loaded.")