diff options
| author | Susanne Oberhauser | 2016-02-24 15:13:41 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-24 15:13:41 +1100 |
| commit | bed990a747b0cc6d9d91ca08afc84473642f8cb3 (patch) | |
| tree | 9097bb19d43989d9d92ddf9b1f24d8237c057140 /etc | |
| parent | 3c36fc13c9eb78af073008d2b5f0d8a295110df1 (diff) | |
| download | emacs-bed990a747b0cc6d9d91ca08afc84473642f8cb3.tar.gz emacs-bed990a747b0cc6d9d91ca08afc84473642f8cb3.zip | |
Add hideshow bindings analogous to outline mode
* lisp/progmodes/hideshow.el (hs-minor-mode-map): Add bindings
analogous to outline mode bindings (bug#15324).
Copyright-paperwork-exempt: yes
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. |