aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1fd2a00b3f9..c5245bcd18b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -619,6 +619,11 @@ collection).
619** The new functions 'make-nearby-temp-file' and 'temporary-file-directory' 619** The new functions 'make-nearby-temp-file' and 'temporary-file-directory'
620can be used for creation of temporary files of remote or mounted directories. 620can be used for creation of temporary files of remote or mounted directories.
621 621
622+++
623** The function 'delete-directory' no longer signals an error when
624operating recursively and when some other process deletes the directory
625or its files before 'delete-directory' gets to them.
626
622** Changes in Frame- and Window- Handling 627** Changes in Frame- and Window- Handling
623 628
624+++ 629+++