(Fsubst_char_in_region): Call replace_range with the
authorKenichi Handa <handa@m17n.org>
Tue, 8 Sep 1998 02:01:59 +0000 (02:01 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Sep 1998 02:01:59 +0000 (02:01 +0000)
arg MARKERS 1.

src/editfns.c

index 0e4f7ce..8949b18 100644 (file)
@@ -1978,7 +1978,7 @@ Both characters must have the same length of multi-byte form.")
              /* 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;