From 8eec7551810172d75fa1bc3f1ec70d575e4ba7a7 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 4 Oct 1994 14:23:18 +0000 Subject: [PATCH] (Finsert_file_contents): No longer necessary to set type separately. --- src/fileio.c | 1 - 1 file changed, 1 deletion(-) 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");