aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
diff options
context:
space:
mode:
authorJoakim Verona2012-12-20 09:56:15 +0100
committerJoakim Verona2012-12-20 09:56:15 +0100
commit944f8e8077205b6d82a6f4ef0e6916a5b6287b7f (patch)
tree725250550d3ca005aa30c7e5e7c90ad966b947f1 /src/intervals.c
parent596c67bacd92939749f130342515d0c7b13e8036 (diff)
parent1687fb14cd625aedce869411c841ff3fbf9ca43d (diff)
downloademacs-944f8e8077205b6d82a6f4ef0e6916a5b6287b7f.tar.gz
emacs-944f8e8077205b6d82a6f4ef0e6916a5b6287b7f.zip
auto upstream
Diffstat (limited to 'src/intervals.c')
-rw-r--r--src/intervals.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 1ed93e1302d..807bbbfaa33 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -1624,7 +1624,8 @@ graft_intervals_into_buffer (INTERVAL source, ptrdiff_t position,
1624 XSETBUFFER (buf, buffer); 1624 XSETBUFFER (buf, buffer);
1625 set_text_properties_1 (make_number (position), 1625 set_text_properties_1 (make_number (position),
1626 make_number (position + length), 1626 make_number (position + length),
1627 Qnil, buf, 0); 1627 Qnil, buf,
1628 find_interval (tree, position));
1628 } 1629 }
1629 /* Shouldn't be necessary. --Stef */ 1630 /* Shouldn't be necessary. --Stef */
1630 buffer_balance_intervals (buffer); 1631 buffer_balance_intervals (buffer);