From: Chong Yidong Date: Fri, 21 Nov 2008 06:46:18 +0000 (+0000) Subject: (confirm-nonexistent-file-or-buffer): Change default to nil. X-Git-Tag: emacs-pretest-23.0.90~1667 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08bb989956cb7ea0abe195602484718b6691f822;p=emacs.git (confirm-nonexistent-file-or-buffer): Change default to nil. --- 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