Variable: ffap-newfile-prompt

ffap-newfile-prompt is a customizable variable defined in ffap.el.gz.

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
  ;; Suggestion from RHOGEE, 11 Jul 1994.  Disabled, I think this is
  ;; better handled by `find-file-not-found-functions'.
  "Whether `find-file-at-point' prompts about a nonexistent file."
  :type 'boolean
  :group 'ffap)