Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
af9015f9
Commit
af9015f9
authored
Nov 25, 1993
by
Richard M. Stallman
Browse files
(insert_from_string): Pass new arg to graft_intervals_into_buffer.
parent
71f06467
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/insdel.c
src/insdel.c
+1
-1
No files found.
src/insdel.c
View file @
af9015f9
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment