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