Variable: find-file-hooks
find-file-hooks is an alias and customizable for find-file-hook,
defined in files.el.gz.
This variable is obsolete since 22.1; use find-file-hook instead.
Value
(git-commit-setup-check-buffer generic-mode-find-file-hook mode-local-post-major-mode-change gdb-find-file-hook ange-ftp-set-buffer-mode auto-revert-find-file-function url-handlers-set-buffer-mode global-eldoc-mode-check-buffers epa-file-find-file-hook vc-refresh-state cvs-insert-visited-file)
Documentation
List of functions to be called after a buffer is loaded from a file.
The buffer's local variables (if any) will have been processed before the functions are called. This includes directory-local variables, if any, for the file's directory.
Probably introduced at or before Emacs version 18.
Aliases
find-file-hooks (obsolete since 22.1)