(readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
This commit is contained in:
parent
93eece9858
commit
c1ed1b2039
1 changed files with 2 additions and 1 deletions
|
|
@ -1416,7 +1416,8 @@ readevalloop (readcharfun, stream, sourcename, evalfun,
|
|||
}
|
||||
|
||||
build_load_history (sourcename,
|
||||
stream || (start == BEG && end == Z));
|
||||
stream || (INTEGERP (start) && INTEGERP (end)
|
||||
&& XINT (start) == BEG && XINT (end) == Z));
|
||||
|
||||
UNGCPRO;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue