diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-25 06:51:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-25 06:51:08 +0000 |
commit | 6c478ee2bd7b330ffe913ca6ef8182cf9b20a9e7 (patch) | |
tree | 23db577b5556712df342c999cd5640073f9fa631 /src | |
parent | d206af1497642eade6c3729d7a7dae14845d0377 (diff) | |
download | emacs-6c478ee2bd7b330ffe913ca6ef8182cf9b20a9e7.tar.gz |
(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\ total = READ_BUF_SIZE; if (NILP (visit) && total > 0) - prepare_to_modify_buffer (PT, PT); + prepare_to_modify_buffer (PT, PT, NULL); move_gap (PT); if (GAP_SIZE < total) |