diff options
| author | Richard M. Stallman | 1993-11-25 06:26:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-25 06:26:39 +0000 |
| commit | af9015f93d074a0b2ff220853a5c6dc3370f802a (patch) | |
| tree | f96edf511536e9bc6e2eaf4478145b0140b3f996 /src | |
| parent | 71f06467fd104d72d7558cd2bab7b3981c830e73 (diff) | |
| download | emacs-af9015f93d074a0b2ff220853a5c6dc3370f802a.tar.gz emacs-af9015f93d074a0b2ff220853a5c6dc3370f802a.zip | |
(insert_from_string): Pass new arg to graft_intervals_into_buffer.
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 2 |
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); |