# HG changeset patch # User Richard M. Stallman # Date 867221468 0 # Node ID b7e01783be084cd749eb128dc35148e068a250fc # Parent 59d2f2a0a36e517b51737302efff4d23c559e7f2 (Finsert_file_contents): Pass new arg to prepare_to_modify_buffer. diff -r 59d2f2a0a36e -r b7e01783be08 src/fileio.c --- 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)