Variable: find-file-not-found-hooks

find-file-not-found-hooks is an alias for find-file-not-found-functions, defined in files.el.gz.

This variable is obsolete since 22.1; use find-file-not-found-functions instead.

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 18.

Aliases

find-file-not-found-hooks (obsolete since 22.1)