From 6c478ee2bd7b330ffe913ca6ef8182cf9b20a9e7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 25 Jun 1997 06:51:08 +0000 Subject: [PATCH] (Finsert_file_contents): Pass new arg to prepare_to_modify_buffer. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ 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) -- 2.39.5