mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-27 23:11:18 -08:00
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:
parent
9227f4e342
commit
04e8b63b18
1 changed files with 1 additions and 1 deletions
|
|
@ -778,5 +778,5 @@ them so."
|
|||
(si::package-lock "COMMON-LISP" x)
|
||||
nil))
|
||||
|
||||
(setf *clos-booted* t)
|
||||
(setf clos::*clos-booted* t)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue