]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-file-confirm-inexistent-file): Make it a defcustom.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 Jul 2007 02:54:27 +0000 (02:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 Jul 2007 02:54:27 +0000 (02:54 +0000)
Make nil the default.

lisp/files.el

index f6fd82d0462374a1607a116f0ce6d4db7fe6ea75..873eeee7199bd3096bb2ad9f72de1cfdfa4398f0 100644 (file)
@@ -1051,8 +1051,11 @@ Recursive uses of the minibuffer will not be affected."
             ,@body)
         (remove-hook 'minibuffer-setup-hook ,hook)))))
 
-(defvar find-file-confirm-inexistent-file t
-  "If non-nil, `find-file' will require confirmation before visiting a new file.")
+(defcustom find-file-confirm-inexistent-file nil
+  "If non-nil, `find-file' requires confirmation before visiting a new file."
+  :group 'find-file
+  :version "23.1"
+  :type 'boolean)
 
 (defun find-file-read-args (prompt mustmatch)
   (list (let ((find-file-default