]> code.delx.au - gnu-emacs/commitdiff
(confirm-nonexistent-file-or-buffer): Change default to nil.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 21 Nov 2008 06:46:18 +0000 (06:46 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 21 Nov 2008 06:46:18 +0000 (06:46 +0000)
lisp/files.el

index b8cf37a18e6a73a0897141a82dde05685e32aa2e..68f41115f0598191a92cf256931afa954a39298c 100644 (file)
@@ -1102,7 +1102,7 @@ use with M-x."
     (rename-file encoded new-encoded ok-if-already-exists)
     newname))
 \f
-(defcustom confirm-nonexistent-file-or-buffer t
+(defcustom confirm-nonexistent-file-or-buffer nil
   "If non-nil, confirmation is requested before visiting a new file or buffer.
 This affects commands like `switch-to-buffer' and `find-file'."
   :group 'find-file