1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00

(Finsert_file_contents): No longer necessary to set type separately.

This commit is contained in:
Karl Heuer 1994-10-04 14:23:18 +00:00
parent 7bd114fd7c
commit 8eec755181

View file

@ -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");