From 0fed3b920144d09f68c14ee23ae9cc65c1100036 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@sift.net>
Date: Thu, 16 Jul 2015 20:59:40 -0500
Subject: [PATCH] Don't export *IMMUTABLE-SYSTEMS* variable.

Doing so will lock us into an implementation strategy and API that we
aren't confident about.
---
 interface.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface.lisp b/interface.lisp
index 573a83516..f1a086b91 100644
--- a/interface.lisp
+++ b/interface.lisp
@@ -105,7 +105,7 @@
    #:*compile-file-warnings-behaviour*
    #:*compile-file-failure-behaviour*
    #:*resolve-symlinks*
-   #:*load-system-operation* #:*immutable-systems*
+   #:*load-system-operation*
    #:*asdf-verbose* ;; unused. For backward-compatibility only.
    #:*verbose-out*
 
-- 
GitLab