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:
parent
af690100fb
commit
08bb989956
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user