Variable: ff-always-try-to-create
ff-always-try-to-create is a customizable variable defined in
find-file.el.gz.
Value
t
Documentation
If non-nil, always attempt to create the other file if it was not found.
Source Code
;; Defined in /usr/src/emacs/lisp/find-file.el.gz
(defcustom ff-always-try-to-create t
"If non-nil, always attempt to create the other file if it was not found."
:type 'boolean)