From: Kenichi Handa Date: Tue, 8 Sep 1998 02:01:59 +0000 (+0000) Subject: (Fsubst_char_in_region): Call replace_range with the X-Git-Tag: emacs-20.4~1738 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9869520f333b701cd2382511c067adeed09ad7eb;p=emacs.git (Fsubst_char_in_region): Call replace_range with the arg MARKERS 1. --- 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;