summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-01-20 14:12:50 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2021-01-20 14:13:15 -0500
commit0d3635536d4ed8ada6946e98e7d9f03fa443bc36 (patch)
treee63612c169f7a83cb0217c53f9d10722a8d063cc /etc
parent66439d31ad2a63753d29e4582b76b36b9363d96b (diff)
downloademacs-0d3635536d4ed8ada6946e98e7d9f03fa443bc36.tar.gz
* lisp/emacs-lisp/subr-x.el (named-let): New macro
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c8cbce1882a..59b13998cfa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1554,6 +1554,13 @@ buttons in it.
This function takes a string and returns a string propertized in a way
that makes it a valid button.
+** subr-x
++++
+*** A number of new string manipulation functions have been added.
+'string-clean-whitespace', 'string-fill', 'string-limit',
+'string-lines', 'string-pad' and 'string-chop-newline'.
+
+*** New macro `named-let` that provides Scheme's "named let" looping construct
** Miscellaneous
@@ -1594,11 +1601,6 @@ length to a number).
This can be set to nil to inhibit hiding passwords in ".authinfo" files.
+++
-*** A number of new string manipulation functions have been added.
-'string-clean-whitespace', 'string-fill', 'string-limit',
-'string-lines', 'string-pad' and 'string-chop-newline'.
-
-+++
*** New variable 'current-minibuffer-command'.
This is like 'this-command', but it is bound recursively when entering
the minibuffer.