aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-11-18 18:26:08 +0000
committerStefan Monnier2008-11-18 18:26:08 +0000
commit35b05a7793f3e0f702ee8cd5aec68b2acbe815cd (patch)
treed253f382172c734760345c710f21e242cafcdea4 /etc
parentd0414e3656d63bbf5640c832cf6f630281bc23be (diff)
downloademacs-35b05a7793f3e0f702ee8cd5aec68b2acbe815cd.tar.gz
emacs-35b05a7793f3e0f702ee8cd5aec68b2acbe815cd.zip
(confirm-nonexistent-file-or-buffer):
Rename from find-file-confirm-nonexistent-file. (read-buffer-to-switch): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6ff5ffbb8b2..b90b2ae865b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -499,8 +499,9 @@ matches a regexp.
499The mode bits can be specified in symbolic notation, like with GNU 499The mode bits can be specified in symbolic notation, like with GNU
500Coreutils, in addition to an octal number. 500Coreutils, in addition to an octal number.
501+++ 501+++
502*** If you set find-file-confirm-nonexistent-file to t, then C-x C-f 502*** Emacs requires confirmation before opening a non-existent file or buffer.
503requires confirmation before opening a non-existent file. 503You can recover the previous behavior by setting
504confirm-nonexistent-file-or-buffer to nil.
504 505
505*** `next-error-recenter' specifies how next-error should recenter the 506*** `next-error-recenter' specifies how next-error should recenter the
506visited source file. Its value can be a number (for example, 0 for 507visited source file. Its value can be a number (for example, 0 for