diff options
| author | Eli Zaretskii | 2012-06-23 12:46:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-06-23 12:46:33 +0300 |
| commit | e8a022046f57aa23f605593e0ccd901da1776c5e (patch) | |
| tree | b10cf0ebc81b162b39c302e444905c78b0092ad6 /src/ChangeLog | |
| parent | 0e9e6c6abce029feda6cced84cb1fa2dc1d6d1c1 (diff) | |
| download | emacs-e8a022046f57aa23f605593e0ccd901da1776c5e.tar.gz emacs-e8a022046f57aa23f605593e0ccd901da1776c5e.zip | |
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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e5d77d66b0c..557a844c8f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-06-23 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2012-06-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * sysdep.c [__FreeBSD__]: Fix recently-introduced typos. | 9 | * sysdep.c [__FreeBSD__]: Fix recently-introduced typos. |