]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.
authorRichard M. Stallman <rms@gnu.org>
Wed, 25 Jun 1997 06:51:08 +0000 (06:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 25 Jun 1997 06:51:08 +0000 (06:51 +0000)
src/fileio.c

index 038a0b87a2eab16f832900a125e61bd86ed14693..ff03046e3ca614fbe20ac35c026d6de97edb9da7 100644 (file)
@@ -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)