]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Oct 2008 18:56:00 +0000 (18:56 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Oct 2008 18:56:00 +0000 (18:56 +0000)
etc/NEWS

index a766de1e3670b50a93670a3574490b8718fda8c5..9edd592771c1644cfdc23b832a200f4c32e6b1ca 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -505,6 +505,9 @@ matches a regexp.
 The mode bits can be specified in symbolic notation, like with GNU
 Coreutils, in addition to an octal number.
 
+*** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
+requires confirmation before opening a non-existent file.
+
 \f
 * New Modes and Packages in Emacs 23.1
 
@@ -1313,9 +1316,6 @@ unless it ends in whitespace.
 *** set-file-modes is now interactive and can take the mode value in
 symbolic notation thanks to auxiliary functions.
 
-*** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
-requires confirmation before opening a non-existent file.
-
 ** Process changes
 +++
 *** The new function `start-file-process' is similar to `start-process',