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:
parent
7bd114fd7c
commit
8eec755181
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue