Mercurial > emacs
changeset 98840:2b6fb0026405
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Oct 2008 18:56:00 +0000 |
parents | 3e54a00c900c |
children | b7164f9c80bc |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Oct 18 18:41:32 2008 +0000 +++ b/etc/NEWS Sat Oct 18 18:56:00 2008 +0000 @@ -505,6 +505,9 @@ 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 @@ *** 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',