changeset 18447:b7e01783be08

(Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.
author Richard M. Stallman <rms@gnu.org>
date Wed, 25 Jun 1997 06:51:08 +0000
parents 59d2f2a0a36e
children 7cf9cdba062d
files src/fileio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Wed Jun 25 06:50:16 1997 +0000
+++ b/src/fileio.c	Wed Jun 25 06:51:08 1997 +0000
@@ -3496,7 +3496,7 @@
     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)