aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMark Oteiza2017-02-03 21:42:42 -0500
committerMark Oteiza2017-02-03 21:42:42 -0500
commitbe10c00d3d64d53a7f31441d42f6c5b1f75b9916 (patch)
treef6398751a5f5d16e902f7d4b31e3912e550424f3 /etc
parente080d019f41d2738ba0db721c1b89ea57413439b (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 617f39f9b4c..930e1c893b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
890The 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'
890can be used for creation of temporary files of remote or mounted directories. 894can be used for creation of temporary files of remote or mounted directories.