(replace_range): Fix previous change.
This commit is contained in:
parent
61520ce75b
commit
b80f1b20d3
1 changed files with 2 additions and 0 deletions
|
@ -1876,7 +1876,9 @@ replace_range (from, to, new, prepare, inherit, markers)
|
|||
*(GPT_ADDR) = 0; /* Put an anchor. */
|
||||
if (markers)
|
||||
adjust_markers_for_insert (from, from_byte, to, to_byte, 0, 0, 0);
|
||||
UNGCPRO;
|
||||
byte_combining_error ();
|
||||
GCPRO1 (new);
|
||||
}
|
||||
|
||||
/* Record deletion of the surrounding text that combines with
|
||||
|
|
Loading…
Add table
Reference in a new issue