diff --git a/etc/NEWS b/etc/NEWS index a766de1e367..9edd592771c 100644 --- 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. + * 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',