Variable: find-file-not-found-functions
find-file-not-found-functions is a variable defined in files.el.gz.
Value
(w32-find-file-not-found-set-buffer-file-coding-system)
Documentation
List of functions to be called for find-file on nonexistent file.
These functions are called as soon as the error is detected.
Variable buffer-file-name(var)/buffer-file-name(fun) is already set up.
The functions are called in the order given until one of them returns non-nil.
Probably introduced at or before Emacs version 22.1.
Aliases
find-file-not-found-hooks (obsolete since 22.1)
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar find-file-not-found-functions nil
"List of functions to be called for `find-file' on nonexistent file.
These functions are called as soon as the error is detected.
Variable `buffer-file-name' is already set up.
The functions are called in the order given until one of them returns non-nil.")