diff options
| -rw-r--r-- | src/fileio.c | 1 |
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.") | |||
| 2691 | CHECK_NUMBER (end, 0); | 2691 | CHECK_NUMBER (end, 0); |
| 2692 | else | 2692 | else |
| 2693 | { | 2693 | { |
| 2694 | XSETTYPE (end, Lisp_Int); | ||
| 2695 | XSETINT (end, st.st_size); | 2694 | XSETINT (end, st.st_size); |
| 2696 | if (XINT (end) != st.st_size) | 2695 | if (XINT (end) != st.st_size) |
| 2697 | error ("maximum buffer size exceeded"); | 2696 | error ("maximum buffer size exceeded"); |