aboutsummaryrefslogtreecommitdiff
path: root/src/interp/union.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/union.lisp')
-rw-r--r--src/interp/union.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/union.lisp b/src/interp/union.lisp
index 2c82e06f..108d5f07 100644
--- a/src/interp/union.lisp
+++ b/src/interp/union.lisp
@@ -31,7 +31,7 @@
(IMPORT-MODULE "vmlisp")
-(in-package "VMLISP")
+(in-package "BOOT")
;;macros from file vmlisp are necessary to compile this file
(DEFUN |intersection| (LIST-OF-ITEMS-1 LIST-OF-ITEMS-2)