From 444eb2efc8c0991e0f08dad7eb38dc0b9d679861 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 3 Aug 2008 13:23:53 +0200 Subject: Add DECLAIM and PROCLAIM. --- init.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index 08319d3..cb527fc 100644 --- a/init.lisp +++ b/init.lisp @@ -30,6 +30,8 @@ (load "types.lisp") (load "list-functions-2.lisp") +(load "evaluation.lisp") + (setq *system-initialised-p* t) (in-package #:common-lisp-user) -- cgit v1.2.3