From 04e8b63b18bc3d5e3fced13a9939796a6ac9dd57 Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Sat, 3 Feb 2018 11:16:51 +0100 Subject: [PATCH] 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!). --- src/clos/streams.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clos/streams.lsp b/src/clos/streams.lsp index 6b359258c..d6744537d 100644 --- a/src/clos/streams.lsp +++ b/src/clos/streams.lsp @@ -778,5 +778,5 @@ them so." (si::package-lock "COMMON-LISP" x) nil)) -(setf *clos-booted* t) +(setf clos::*clos-booted* t)