Fix package of *clos-booted* which is set in streams

GRAY package was used and symbols were not EQ, so I assume this was a
typo. Problem noticed by drmeister (thanks!).
This commit is contained in:
Daniel Kochmanski 2018-02-03 11:16:51 +01:00
parent 9227f4e342
commit 04e8b63b18

View file

@ -778,5 +778,5 @@ them so."
(si::package-lock "COMMON-LISP" x)
nil))
(setf *clos-booted* t)
(setf clos::*clos-booted* t)