From: Richard M. Stallman Date: Wed, 25 Jun 1997 06:51:08 +0000 (+0000) Subject: (Finsert_file_contents): Pass new arg to prepare_to_modify_buffer. X-Git-Tag: emacs-20.1~1499 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c478ee2bd7b330ffe913ca6ef8182cf9b20a9e7;p=emacs.git (Finsert_file_contents): Pass new arg to prepare_to_modify_buffer. --- 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)