aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
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.
505The mode bits can be specified in symbolic notation, like with GNU 505The mode bits can be specified in symbolic notation, like with GNU
506Coreutils, in addition to an octal number. 506Coreutils, in addition to an octal number.
507 507
508*** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
509requires confirmation before opening a non-existent file.
510
508 511
509* New Modes and Packages in Emacs 23.1 512* New Modes and Packages in Emacs 23.1
510 513
@@ -1313,9 +1316,6 @@ unless it ends in whitespace.
1313*** set-file-modes is now interactive and can take the mode value in 1316*** set-file-modes is now interactive and can take the mode value in
1314symbolic notation thanks to auxiliary functions. 1317symbolic notation thanks to auxiliary functions.
1315 1318
1316*** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
1317requires confirmation before opening a non-existent file.
1318
1319** Process changes 1319** Process changes
1320+++ 1320+++
1321*** The new function `start-file-process' is similar to `start-process', 1321*** The new function `start-file-process' is similar to `start-process',