Variable: ffap-newfile-prompt
ffap-newfile-prompt is a customizable variable defined in ffap.el.gz.
This variable is obsolete since 29.1; use
find-file-not-found-functions instead.
Value
nil
Documentation
Whether find-file-at-point prompts about a nonexistent file.
Source Code
;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-newfile-prompt nil
"Whether `find-file-at-point' prompts about a nonexistent file."
:type 'boolean
:group 'ffap)