diff options
| author | Chong Yidong | 2012-09-22 11:07:39 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-09-22 11:07:39 +0800 |
| commit | 82f8cd940f097af95cb1100f7f38a1f08778cb1d (patch) | |
| tree | 90ff8801ad556cb716f6a200d2ef863ab7fbaf77 /src/ChangeLog | |
| parent | fa42927fd0ed023ec95a5475ce342429fd8a348d (diff) | |
| download | emacs-82f8cd940f097af95cb1100f7f38a1f08778cb1d.tar.gz emacs-82f8cd940f097af95cb1100f7f38a1f08778cb1d.zip | |
Fix auto-save and locking for indirect buffers.
* lisp/simple.el (undo): Handle indirect buffers.
* buffer.c (Fset_buffer_modified_p): Handle indirect buffers.
Fixes: debbugs:8207
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0d441761ce5..439b5c06e27 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-09-22 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (Fset_buffer_modified_p): Handle indirect buffers | ||
| 4 | (Bug#8207). | ||
| 5 | |||
| 1 | 2012-09-22 Kenichi Handa <handa@gnu.org> | 6 | 2012-09-22 Kenichi Handa <handa@gnu.org> |
| 2 | 7 | ||
| 3 | * composite.c (composition_reseat_it): Handle the case that a | 8 | * composite.c (composition_reseat_it): Handle the case that a |