aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 0c13e3a8f8e..711e272da59 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -366,7 +366,7 @@ insert_from_string (string, pos, length, inherit)
366 Z += length; 366 Z += length;
367 367
368 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ 368 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */
369 graft_intervals_into_buffer (XSTRING (string)->intervals, point, 369 graft_intervals_into_buffer (XSTRING (string)->intervals, point, length,
370 current_buffer, inherit); 370 current_buffer, inherit);
371 371
372 SET_PT (point + length); 372 SET_PT (point + length);