Mercurial > emacs
comparison etc/TODO @ 87267:7561d0f34da7
return back entry: revert-buffer should eliminate overlays and the mark
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Wed, 12 Dec 2007 01:14:27 +0000 |
parents | 30a10a4597c9 |
children | a645d5383848 |
comparison
equal
deleted
inserted
replaced
87266:ef85b8e65f9f | 87267:7561d0f34da7 |
---|---|
34 | 34 |
35 ** Make vc-checkin avoid reverting the buffer if has not changed after | 35 ** Make vc-checkin avoid reverting the buffer if has not changed after |
36 the checkin. Comparing (md5 BUFFER) to (md5 FILE) should be enough. | 36 the checkin. Comparing (md5 BUFFER) to (md5 FILE) should be enough. |
37 | 37 |
38 ** buffer-offer-save should be a permanent local. | 38 ** buffer-offer-save should be a permanent local. |
39 | |
40 ** revert-buffer should eliminate overlays and the mark. | |
39 | 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, |
43 as well as overlapping matches. | 45 as well as overlapping matches. |