aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cbf2b70c821..4d8ae091a7c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -900,6 +900,9 @@ collection).
900** 'if-let*', 'when-let*', and 'and-let*' are new in subr-x.el. 900** 'if-let*', 'when-let*', and 'and-let*' are new in subr-x.el.
901The incumbent 'if-let' and 'when-let' are now aliases. 901The incumbent 'if-let' and 'when-let' are now aliases.
902 902
903** Low-level list functions like 'length' and 'member' now do a better
904job of signaling list cycles instead of looping indefinitely.
905
903+++ 906+++
904** The new functions 'make-nearby-temp-file' and 'temporary-file-directory' 907** The new functions 'make-nearby-temp-file' and 'temporary-file-directory'
905can be used for creation of temporary files of remote or mounted directories. 908can be used for creation of temporary files of remote or mounted directories.