diff options
author | Michael Heerdegen <michael_heerdegen@web.de> | 2018-03-06 18:28:51 +0100 |
---|---|---|
committer | Michael Heerdegen <michael_heerdegen@web.de> | 2018-03-06 18:32:04 +0100 |
commit | f6bd7e06861142371994ff9ce54dd62573809fa5 (patch) | |
tree | 7d75a0b4aba2f82cd6bde0686760e3a1b49345c6 /etc/NEWS | |
parent | af4697faa1f5b643f63a9ea61aa205a4c1432e23 (diff) | |
download | emacs-f6bd7e06861142371994ff9ce54dd62573809fa5.tar.gz |
Revert last commit
This reverts commit af4697faa1f5b643f63a9ea61aa205a4c1432e23. It's
too late for this to be in the release.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1301,10 +1301,12 @@ current buffer or the self-insertion takes place within a comment. ** The alist 'ucs-names' is now a hash table. --- -** The new macro 'and-let' is an implementation of the Scheme SRFI-2 -syntax. 'if-let' and 'when-let' now also accept the same binding -syntax as 'and-let'. 'if-let*', 'when-let*' and 'and-let*' are new -aliases for 'if-let', 'when-let' and 'and-let'. +** '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*'. --- ** 'C-up', 'C-down', 'C-left' and 'C-right' are now defined in term |