From 9869520f333b701cd2382511c067adeed09ad7eb Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 8 Sep 1998 02:01:59 +0000 Subject: [PATCH] (Fsubst_char_in_region): Call replace_range with the arg MARKERS 1. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index 0e4f7ce540e..8949b183947 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -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; -- 2.39.2