From: Eli Zaretskii Date: Sat, 18 Oct 2008 18:56:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~2401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d334fa1e1a7fc3950fcc2d06b6de12eccdf2bb27;p=emacs.git *** empty log message *** --- 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',