diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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. */ |