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 8d840fc85fd..05fe37fcabf 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4387,7 +4387,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
4387 len = ZV - BEGV; 4387 len = ZV - BEGV;
4388 new = Fcurrent_buffer (); 4388 new = Fcurrent_buffer ();
4389 set_buffer_internal_1 (prev); 4389 set_buffer_internal_1 (prev);
4390 del_range_2 (from, from_byte, to, to_byte); 4390 del_range_2 (from, from_byte, to, to_byte, 0);
4391 TEMP_SET_PT_BOTH (from, from_byte); 4391 TEMP_SET_PT_BOTH (from, from_byte);
4392 insert_from_buffer (XBUFFER (new), 1, len, 0); 4392 insert_from_buffer (XBUFFER (new), 1, len, 0);
4393 Fkill_buffer (new); 4393 Fkill_buffer (new);