From 1e3d84dc7e0fe1f02dca123291d32e1bc9d1381c Mon Sep 17 00:00:00 2001 From: tony Date: Wed, 14 May 2008 19:14:42 +0200 Subject: [PATCH] make sure we don't inherit a weird package. --- ls-demo.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/ls-demo.lisp b/ls-demo.lisp index 486f01f..360164c 100644 --- a/ls-demo.lisp +++ b/ls-demo.lisp @@ -14,6 +14,7 @@ ;;; 'releases'. Our software 'escapes', leaving a bloody trail of ;;; designers and quality assurance people in its wake. +(in-package :cl-user) (load "init.lisp") ;; init needs to be more like the asdf-loader for lisp-stat, though it ;; is pretty close. -- 2.11.4.GIT