diff options
| author | Eli Zaretskii | 2018-03-06 22:45:33 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-03-06 22:45:33 +0200 |
| commit | c797bc90f5c63ad5ad01c1caa54f6d236a283efe (patch) | |
| tree | d288c20a57d09f064bcee2703aa50a686c335347 /etc | |
| parent | add48d206463255030a7cc958faa8efb63197836 (diff) | |
| parent | 0efe0bd233de20bfb5bd9d06b255fc8ecf04602b (diff) | |
| download | emacs-c797bc90f5c63ad5ad01c1caa54f6d236a283efe.tar.gz emacs-c797bc90f5c63ad5ad01c1caa54f6d236a283efe.zip | |
Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26
Diffstat (limited to 'etc')
| -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. | |||
| 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 | ** The new macro 'and-let' is an implementation of the Scheme SRFI-2 | 1304 | ** 'if-let' and 'when-let' are subsumed by 'if-let*' and 'when-let*'. |
| 1305 | syntax. 'if-let' and 'when-let' now also accept the same binding | 1305 | The incumbent 'if-let' and 'when-let' are now marked obsolete. |
| 1306 | syntax as 'and-let'. 'if-let*', 'when-let*' and 'and-let*' are new | 1306 | 'if-let*' and 'when-let*' do not accept the single tuple special case. |
| 1307 | aliases for 'if-let', 'when-let' and 'and-let'. | 1307 | New macro 'and-let*' is an implementation of the Scheme SRFI-2 syntax |
| 1308 | of the same name. 'if-let*' and 'when-let*' now accept the same | ||
| 1309 | binding syntax as 'and-let*'. | ||
| 1308 | 1310 | ||
| 1309 | --- | 1311 | --- |
| 1310 | ** '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 |