From 08bb989956cb7ea0abe195602484718b6691f822 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 21 Nov 2008 06:46:18 +0000 Subject: [PATCH] (confirm-nonexistent-file-or-buffer): Change default to nil. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index b8cf37a18e6..68f41115f05 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1102,7 +1102,7 @@ use with M-x." (rename-file encoded new-encoded ok-if-already-exists) newname)) -(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 -- 2.39.2