aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index aba34fd2611..47457e44c8e 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3319,6 +3319,7 @@ If the region can't be decoded, signal an error and don't modify the buffer. */
3319 and delete the old. (Insert first in order to preserve markers.) */ 3319 and delete the old. (Insert first in order to preserve markers.) */
3320 TEMP_SET_PT_BOTH (XFASTINT (beg), ibeg); 3320 TEMP_SET_PT_BOTH (XFASTINT (beg), ibeg);
3321 insert_1_both (decoded, inserted_chars, decoded_length, 0, 1, 0); 3321 insert_1_both (decoded, inserted_chars, decoded_length, 0, 1, 0);
3322 signal_after_change (XFASTINT (beg), 0, inserted_chars);
3322 SAFE_FREE (); 3323 SAFE_FREE ();
3323 3324
3324 /* Delete the original text. */ 3325 /* Delete the original text. */