Mercurial > emacs
changeset 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 | 53c330e846d0 |
children | 42fcd022d4e5 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;