diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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. |
| 901 | The incumbent 'if-let' and 'when-let' are now aliases. | 901 | The incumbent 'if-let' and 'when-let' are now aliases. |
| 902 | 902 | ||
| 903 | ** Low-level list functions like 'length' and 'member' now do a better | ||
| 904 | job 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' |
| 905 | can be used for creation of temporary files of remote or mounted directories. | 908 | can be used for creation of temporary files of remote or mounted directories. |