From bc68462b2c9eebd13bfef3bdae8f20fc1c273391 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 4 Oct 1994 14:23:18 +0000 Subject: (Finsert_file_contents): No longer necessary to set type separately. --- src/fileio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fileio.c') diff --git a/src/fileio.c b/src/fileio.c index c6d4f45ca1a..73bb4a6e897 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2691,7 +2691,6 @@ and (2) it puts less data in the undo list.") CHECK_NUMBER (end, 0); else { - XSETTYPE (end, Lisp_Int); XSETINT (end, st.st_size); if (XINT (end) != st.st_size) error ("maximum buffer size exceeded"); -- cgit v1.2.1