From 226e1e2ddfdf84237a1b8caaab7a4114c70ca8f3 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 2 Aug 2008 23:42:21 +0200 Subject: Add *SYSTEM-INITIALISED-P*. --- init.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index 7a57779..08319d3 100644 --- a/init.lisp +++ b/init.lisp @@ -30,4 +30,6 @@ (load "types.lisp") (load "list-functions-2.lisp") +(setq *system-initialised-p* t) + (in-package #:common-lisp-user) -- cgit v1.2.3