diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1547,6 +1547,10 @@ Use the INSIDE_EMACS environment variable instead. | |||
| 1547 | mode to send the same escape sequences that xterm does. This makes | 1547 | mode to send the same escape sequences that xterm does. This makes |
| 1548 | things like forward-word in readline work. | 1548 | things like forward-word in readline work. |
| 1549 | 1549 | ||
| 1550 | --- | ||
| 1551 | ** hideshow mode got four key bindings that are analogous to outline | ||
| 1552 | mode bindings: `C-c @ C-a', `C-c @ C-t', `C-c @ C-d', and `C-c @ C-e.' | ||
| 1553 | |||
| 1550 | +++ | 1554 | +++ |
| 1551 | ** `save-excursion' does not save&restore the mark any more. | 1555 | ** `save-excursion' does not save&restore the mark any more. |
| 1552 | Use `save-mark-and-excursion' if you want the old behavior. | 1556 | Use `save-mark-and-excursion' if you want the old behavior. |