diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -262,7 +262,11 @@ at configure time. | |||
| 262 | ** M-x suggests shorthands and ignores obsolete commands for completion. | 262 | ** M-x suggests shorthands and ignores obsolete commands for completion. |
| 263 | 263 | ||
| 264 | ** Successive single-char deletions are collapsed in the undo-log just like | 264 | ** Successive single-char deletions are collapsed in the undo-log just like |
| 265 | successive char insertions. | 265 | successive char insertions. This behaviour can be extended to other |
| 266 | commands, using the `undo-auto--amalgamate' function. | ||
| 267 | |||
| 268 | ** The heuristic used to insert `undo-boundary' after each command has changed, | ||
| 269 | so that it supports commands which potentially affect multiple buffers. | ||
| 266 | 270 | ||
| 267 | +++ | 271 | +++ |
| 268 | ** New command `comment-line' bound to `C-x C-;'. | 272 | ** New command `comment-line' bound to `C-x C-;'. |