Mercurial > emacs
changeset 99759:f0e4d86dd0da
(confirm-nonexistent-file-or-buffer): Change default to nil.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 21 Nov 2008 06:46:18 +0000 |
parents | 28630d7e301e |
children | 690624ab76e0 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Fri Nov 21 06:46:01 2008 +0000 +++ b/lisp/files.el Fri Nov 21 06:46:18 2008 +0000 @@ -1102,7 +1102,7 @@ (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