1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(confirm-nonexistent-file-or-buffer): Change default to nil.

This commit is contained in:
Chong Yidong 2008-11-21 06:46:18 +00:00
parent af690100fb
commit 08bb989956

View File

@ -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