aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-25 06:51:08 +0000
committerRichard M. Stallman1997-06-25 06:51:08 +0000
commit6c478ee2bd7b330ffe913ca6ef8182cf9b20a9e7 (patch)
tree23db577b5556712df342c999cd5640073f9fa631 /src
parentd206af1497642eade6c3729d7a7dae14845d0377 (diff)
downloademacs-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.c2
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)