diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1192,12 +1192,12 @@ removed. | |||
| 1192 | 1192 | ||
| 1193 | * Lisp Changes in Emacs 27.1 | 1193 | * Lisp Changes in Emacs 27.1 |
| 1194 | 1194 | ||
| 1195 | 1195 | +++ | |
| 1196 | ** 'self-insert-command' takes the char to insert as (optional) argument. | 1196 | ** 'self-insert-command' takes the char to insert as (optional) argument. |
| 1197 | 1197 | ||
| 1198 | ** 'lookup-key' can take a list of keymaps as argument. | 1198 | ** 'lookup-key' can take a list of keymaps as argument. |
| 1199 | 1199 | ||
| 1200 | ** New hook `input-event-functions` run whenever a user-input is read. | 1200 | ** New hook 'input-event-functions' run whenever a user-input is read. |
| 1201 | 1201 | ||
| 1202 | +++ | 1202 | +++ |
| 1203 | ** 'condition-case' now accepts 't' to match any error symbol. | 1203 | ** 'condition-case' now accepts 't' to match any error symbol. |