aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-25 06:26:39 +0000
committerRichard M. Stallman <[email protected]>1993-11-25 06:26:39 +0000
commitaf9015f93d074a0b2ff220853a5c6dc3370f802a (patch)
treef96edf511536e9bc6e2eaf4478145b0140b3f996 /src/insdel.c
parent71f06467fd104d72d7558cd2bab7b3981c830e73 (diff)
(insert_from_string): Pass new arg to graft_intervals_into_buffer.
Diffstat (limited to 'src/insdel.c')
-rw-r--r--src/insdel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 0c13e3a8f8..711e272da5 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -366,7 +366,7 @@ insert_from_string (string, pos, length, inherit)
Z += length;
/* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */
- graft_intervals_into_buffer (XSTRING (string)->intervals, point,
+ graft_intervals_into_buffer (XSTRING (string)->intervals, point, length,
current_buffer, inherit);
SET_PT (point + length);