diff options
| author | Mark Oteiza | 2017-02-03 21:42:42 -0500 |
|---|---|---|
| committer | Mark Oteiza | 2017-02-03 21:42:42 -0500 |
| commit | be10c00d3d64d53a7f31441d42f6c5b1f75b9916 (patch) | |
| tree | f6398751a5f5d16e902f7d4b31e3912e550424f3 /etc | |
| parent | e080d019f41d2738ba0db721c1b89ea57413439b (diff) | |
| download | emacs-be10c00d3d64d53a7f31441d42f6c5b1f75b9916.tar.gz emacs-be10c00d3d64d53a7f31441d42f6c5b1f75b9916.zip | |
Rename to if-let* and when-let*
Make the existing if-let and when-let aliases.
* lisp/emacs-lisp/subr-x.el (if-let*, when-let*): New macros. Rewrite
docstrings, incorporating that from let* and the existing if-let.
(if-let, when-let, and-let*): Alias them.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -885,6 +885,10 @@ collection). | |||
| 885 | +++ | 885 | +++ |
| 886 | ** 'car' and 'cdr' compositions 'cXXXr' and 'cXXXXr' are now part of Elisp. | 886 | ** 'car' and 'cdr' compositions 'cXXXr' and 'cXXXXr' are now part of Elisp. |
| 887 | 887 | ||
| 888 | --- | ||
| 889 | ** 'if-let*', 'when-let*', and 'and-let*' are new in subr-x.el. | ||
| 890 | The incumbent 'if-let' and 'when-let' are now aliases. | ||
| 891 | |||
| 888 | +++ | 892 | +++ |
| 889 | ** The new functions 'make-nearby-temp-file' and 'temporary-file-directory' | 893 | ** The new functions 'make-nearby-temp-file' and 'temporary-file-directory' |
| 890 | can be used for creation of temporary files of remote or mounted directories. | 894 | can be used for creation of temporary files of remote or mounted directories. |