diff options
| author | Vinicius Jose Latorre | 2007-12-12 01:18:26 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-12-12 01:18:26 +0000 |
| commit | 2a29c40930f8585f3bf6b19e85eb6703dcc38ae5 (patch) | |
| tree | 2d4eb954f86b2d2c330cab551e18629e7bcfac61 /etc | |
| parent | c7d97628b0b89069ae740bf0955d1bdb595e1a09 (diff) | |
| download | emacs-2a29c40930f8585f3bf6b19e85eb6703dcc38ae5.tar.gz emacs-2a29c40930f8585f3bf6b19e85eb6703dcc38ae5.zip | |
return back entry: revert-buffer should eliminate overlays and the mark
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -37,6 +37,8 @@ a window doesn't select it. | |||
| 37 | 37 | ||
| 38 | ** buffer-offer-save should be a permanent local. | 38 | ** buffer-offer-save should be a permanent local. |
| 39 | 39 | ||
| 40 | ** revert-buffer should eliminate overlays and the mark. | ||
| 41 | |||
| 40 | ** erase-buffer should perhaps disregard read-only properties of text. | 42 | ** erase-buffer should perhaps disregard read-only properties of text. |
| 41 | 43 | ||
| 42 | ** Make occur correctly handle matches that span more than one line, | 44 | ** Make occur correctly handle matches that span more than one line, |