aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 4 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index eded00e6554..c88bec5a567 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1301,12 +1301,10 @@ current buffer or the self-insertion takes place within a comment.
1301** The alist 'ucs-names' is now a hash table. 1301** The alist 'ucs-names' is now a hash table.
1302 1302
1303--- 1303---
1304** 'if-let' and 'when-let' are subsumed by 'if-let*' and 'when-let*'. 1304** The new macro 'and-let' is an implementation of the Scheme SRFI-2
1305The incumbent 'if-let' and 'when-let' are now marked obsolete. 1305syntax. 'if-let' and 'when-let' now also accept the same binding
1306'if-let*' and 'when-let*' do not accept the single tuple special case. 1306syntax as 'and-let'. 'if-let*', 'when-let*' and 'and-let*' are new
1307New macro 'and-let*' is an implementation of the Scheme SRFI-2 syntax 1307aliases for 'if-let', 'when-let' and 'and-let'.
1308of the same name. 'if-let*' and 'when-let*' now accept the same
1309binding syntax as 'and-let*'.
1310 1308
1311--- 1309---
1312** 'C-up', 'C-down', 'C-left' and 'C-right' are now defined in term 1310** 'C-up', 'C-down', 'C-left' and 'C-right' are now defined in term