mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 07:31:13 -08:00
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.
This commit is contained in:
parent
291d430f5f
commit
a02ae4e5bf
2 changed files with 7 additions and 20 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2012-05-29 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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 <eliz@gnu.org>
|
||||
|
||||
* charset.c (maybe_unify_char): Inhibit relocation of buffer text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue