]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_file_contents): No longer necessary to set type separately.
authorKarl Heuer <kwzh@gnu.org>
Tue, 4 Oct 1994 14:23:18 +0000 (14:23 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 4 Oct 1994 14:23:18 +0000 (14:23 +0000)
src/fileio.c

index c6d4f45ca1a9236601aa4f80470b62f7a68f3e7e..73bb4a6e8970e0e9767a778b97074544ed098107 100644 (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");