diff options
Diffstat (limited to 'etc/NEWS.26')
-rw-r--r-- | etc/NEWS.26 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26 index f5da6870b77..4adedfce1ae 100644 --- a/etc/NEWS.26 +++ b/etc/NEWS.26 @@ -1305,12 +1305,8 @@ current buffer or the self-insertion takes place within a comment. ** The alist 'ucs-names' is now a hash table. --- -** 'if-let' and 'when-let' are subsumed by 'if-let*' and 'when-let*'. -The incumbent 'if-let' and 'when-let' are now marked obsolete. -'if-let*' and 'when-let*' do not accept the single tuple special case. -New macro 'and-let*' is an implementation of the Scheme SRFI-2 syntax -of the same name. 'if-let*' and 'when-let*' now accept the same -binding syntax as 'and-let*'. +** 'if-let' and 'when-let' now support binding lists as defined by the +SRFI-2 (Scheme Request for Implementation 2). --- ** 'C-up', 'C-down', 'C-left' and 'C-right' are now defined in term |