aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-21 06:46:18 +0000
committerChong Yidong2008-11-21 06:46:18 +0000
commit08bb989956cb7ea0abe195602484718b6691f822 (patch)
tree0ddc4ebd11910116864cd93a2acf1f4a3305b874
parentaf690100fbf0c68c73cd90800aeab818d03b2c26 (diff)
downloademacs-08bb989956cb7ea0abe195602484718b6691f822.tar.gz
emacs-08bb989956cb7ea0abe195602484718b6691f822.zip
(confirm-nonexistent-file-or-buffer): Change default to nil.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
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."
1102 (rename-file encoded new-encoded ok-if-already-exists) 1102 (rename-file encoded new-encoded ok-if-already-exists)
1103 newname)) 1103 newname))
1104 1104
1105(defcustom confirm-nonexistent-file-or-buffer t 1105(defcustom confirm-nonexistent-file-or-buffer nil
1106 "If non-nil, confirmation is requested before visiting a new file or buffer. 1106 "If non-nil, confirmation is requested before visiting a new file or buffer.
1107This affects commands like `switch-to-buffer' and `find-file'." 1107This affects commands like `switch-to-buffer' and `find-file'."
1108 :group 'find-file 1108 :group 'find-file