From b7a166d2e43388e29ba58d01624ea26bfb009b41 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Sun, 20 May 2018 14:03:22 -0700
Subject: [PATCH] Implement interaction-environment for R7RS.

---
 src/runtime/runtime.pkg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg
index 3514fc6a5..9d0b23e70 100644
--- a/src/runtime/runtime.pkg
+++ b/src/runtime/runtime.pkg
@@ -3848,6 +3848,7 @@ USA.
   (files "rep")
   (parent (runtime))
   (export ()
+	  (interaction-environment nearest-repl/environment) ;R7RS
 	  ->environment
 	  abort->nearest
 	  abort->previous
-- 
2.25.1