aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 14fb12dc344..5077fa9ca07 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4959,7 +4959,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
4959 if (replace) 4959 if (replace)
4960 { 4960 {
4961 signal_after_change (from, to - from, inserted); 4961 signal_after_change (from, to - from, inserted);
4962 update_compositions (from, to, CHECK_BORDER); 4962 update_compositions (from, from + inserted, CHECK_BORDER);
4963 } 4963 }
4964 4964
4965 { 4965 {