From 9be0e12ccd9f6599f831461ca86a7c80d3e26e5c Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Sat, 3 Feb 2018 16:27:30 +0100 Subject: [PATCH] Revert "Fix package of *clos-booted* which is set in streams" This reverts commit 04e8b63b18bc3d5e3fced13a9939796a6ac9dd57. --- 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 d6744537d..6b359258c 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::*clos-booted* t) +(setf *clos-booted* t)