Variable: ff-file-created-hook

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

Documentation

List of functions to be called if the other file needs to be created.

Source Code

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