Mercurial > emacs
comparison etc/TODO @ 87262:30a10a4597c9
revert-buffer should eliminate overlays and the mark
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 11 Dec 2007 05:54:44 +0000 |
parents | ec825106d4b8 |
children | 7561d0f34da7 |
comparison
equal
deleted
inserted
replaced
87261:a06681f61794 | 87262:30a10a4597c9 |
---|---|
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. | |
41 | 39 |
42 ** erase-buffer should perhaps disregard read-only properties of text. | 40 ** erase-buffer should perhaps disregard read-only properties of text. |
43 | 41 |
44 ** Make occur correctly handle matches that span more than one line, | 42 ** Make occur correctly handle matches that span more than one line, |
45 as well as overlapping matches. | 43 as well as overlapping matches. |