emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Tue, 03 Jul 2007 02:54:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/07/03 02:54:27

Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.907
retrieving revision 1.908
diff -u -b -r1.907 -r1.908
--- files.el    3 Jul 2007 02:52:32 -0000       1.907
+++ files.el    3 Jul 2007 02:54:27 -0000       1.908
@@ -1051,8 +1051,11 @@
             ,@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]