aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
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.")
1978 /* replace_range is less efficient, because it moves the gap, 1978 /* replace_range is less efficient, because it moves the gap,
1979 but it handles combining correctly. */ 1979 but it handles combining correctly. */
1980 replace_range (pos, pos + 1, string, 1980 replace_range (pos, pos + 1, string,
1981 0, 0, 0); 1981 0, 0, 1);
1982 if (! NILP (noundo)) 1982 if (! NILP (noundo))
1983 current_buffer->undo_list = tem; 1983 current_buffer->undo_list = tem;
1984 1984