Mercurial > emacs
diff src/editfns.c @ 23211:d7bd20e02b1d
(Fsubst_char_in_region): Call replace_range with the
arg MARKERS 1.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 08 Sep 1998 02:01:59 +0000 |
| parents | dddce768cf7a |
| children | 3bfc1e9b0377 |
line wrap: on
line diff
--- 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;
