diff src/fileio.c @ 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 8208c168c5cc
children d4c11d4de7f4
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)