Variable: ff-post-load-hook
ff-post-load-hook is a customizable and buffer-local variable defined
in find-file.el.gz.
Documentation
List of functions to be called after the other file is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/find-file.el.gz
(defcustom ff-post-load-hook nil
"List of functions to be called after the other file is loaded."
:type 'hook
:local t)