From a02ae4e5bfa13097dabee45f45ee992cdb830bb3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 29 May 2012 19:01:05 +0300 Subject: Don't call r_alloc_inhibit_buffer_relocation from search.c. src/search.c (search_buffer): Remove calls to r_alloc_inhibit_buffer_relocation, as it is now called by maybe_unify_char, which was the cause of relocation of buffer text in bug#11519. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index ec5725af2bc..16bd1659b34 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2012-05-29 Eli Zaretskii + + * search.c (search_buffer): Remove calls to + r_alloc_inhibit_buffer_relocation, as it is now called by + maybe_unify_char, which was the cause of relocation of buffer text + in bug#11519. + 2012-05-23 Eli Zaretskii * charset.c (maybe_unify_char): Inhibit relocation of buffer text -- cgit v1.2.1