Variable: ff-pre-load-hook

ff-pre-load-hook is a customizable and buffer-local variable defined in find-file.el.gz.

Documentation

List of functions to be called before the other file is loaded.

Source Code

;; Defined in /usr/src/emacs/lisp/find-file.el.gz
(defcustom ff-pre-load-hook nil
  "List of functions to be called before the other file is loaded."
  :type 'hook
  :local t)