diff options
| author | Richard M. Stallman | 1997-06-25 06:51:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-25 06:51:08 +0000 |
| commit | 6c478ee2bd7b330ffe913ca6ef8182cf9b20a9e7 (patch) | |
| tree | 23db577b5556712df342c999cd5640073f9fa631 /src | |
| parent | d206af1497642eade6c3729d7a7dae14845d0377 (diff) | |
| download | emacs-6c478ee2bd7b330ffe913ca6ef8182cf9b20a9e7.tar.gz emacs-6c478ee2bd7b330ffe913ca6ef8182cf9b20a9e7.zip | |
(Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 038a0b87a2e..ff03046e3ca 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3496,7 +3496,7 @@ This does code conversion according to the value of\n\ | |||
| 3496 | total = READ_BUF_SIZE; | 3496 | total = READ_BUF_SIZE; |
| 3497 | 3497 | ||
| 3498 | if (NILP (visit) && total > 0) | 3498 | if (NILP (visit) && total > 0) |
| 3499 | prepare_to_modify_buffer (PT, PT); | 3499 | prepare_to_modify_buffer (PT, PT, NULL); |
| 3500 | 3500 | ||
| 3501 | move_gap (PT); | 3501 | move_gap (PT); |
| 3502 | if (GAP_SIZE < total) | 3502 | if (GAP_SIZE < total) |