aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-09-22 11:07:39 +0800
committerChong Yidong2012-09-22 11:07:39 +0800
commit82f8cd940f097af95cb1100f7f38a1f08778cb1d (patch)
tree90ff8801ad556cb716f6a200d2ef863ab7fbaf77 /src/ChangeLog
parentfa42927fd0ed023ec95a5475ce342429fd8a348d (diff)
downloademacs-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/ChangeLog5
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 @@
12012-09-22 Chong Yidong <cyd@gnu.org>
2
3 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
4 (Bug#8207).
5
12012-09-22 Kenichi Handa <handa@gnu.org> 62012-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