# HG changeset patch # User Kenichi Handa # Date 905220119 0 # Node ID d7bd20e02b1dfeb23f39f3a776abff44bf8cb5f7 # Parent 53c330e846d0fe60198c7c121fd41d442741aeaf (Fsubst_char_in_region): Call replace_range with the arg MARKERS 1. diff -r 53c330e846d0 -r d7bd20e02b1d src/editfns.c --- a/src/editfns.c Tue Sep 08 02:01:59 1998 +0000 +++ b/src/editfns.c Tue Sep 08 02:01:59 1998 +0000 @@ -1978,7 +1978,7 @@ /* replace_range is less efficient, because it moves the gap, but it handles combining correctly. */ replace_range (pos, pos + 1, string, - 0, 0, 0); + 0, 0, 1); if (! NILP (noundo)) current_buffer->undo_list = tem;