aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-06-23 14:07:01 +0300
committerEli Zaretskii2012-06-23 14:07:01 +0300
commitc81b46f68faf94738e7c96bece4a2627451aceb4 (patch)
tree56c592f01417fb9816b3d3a71ccdc8c7967b7a7e /src/ChangeLog
parentec55c5e0b0d548a1c1029094682c4645c8740934 (diff)
downloademacs-c81b46f68faf94738e7c96bece4a2627451aceb4.tar.gz
emacs-c81b46f68faf94738e7c96bece4a2627451aceb4.zip
Backport: Really fix bug #11519, by fixing the last change in ralloc.c.
src/ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko in the logic of incrementing and decrementing the value of use_relocatable_buffers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2173778c29c..68bb4a030fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-06-23 Eli Zaretskii <eliz@gnu.org>
2
3 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
4 in the logic of incrementing and decrementing the value of
5 use_relocatable_buffers.
6
12012-06-21 Glenn Morris <rgm@gnu.org> 72012-06-21 Glenn Morris <rgm@gnu.org>
2 8
3 * charset.c (init_charset): Make lack of etc/charsets fatal. 9 * charset.c (init_charset): Make lack of etc/charsets fatal.