*** empty log message ***

This commit is contained in:
Eli Zaretskii 2008-10-18 18:56:00 +00:00
parent e240aaa99e
commit d334fa1e1a

View file

@ -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',