summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-10-04 14:23:18 +0000
committerKarl Heuer <kwzh@gnu.org>1994-10-04 14:23:18 +0000
commitbc68462b2c9eebd13bfef3bdae8f20fc1c273391 (patch)
tree0b43d7b1f3e9f40aa48a5eaed7f0a7172cab6518 /src/fileio.c
parent5e05a0bdaea24fec10f086e4360f18341d4cebe0 (diff)
downloademacs-bc68462b2c9eebd13bfef3bdae8f20fc1c273391.tar.gz
(Finsert_file_contents): No longer necessary to set type separately.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c1
1 files changed, 0 insertions, 1 deletions
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");