From 0d52c58f1e8941c4c08182710abcb327489b8c99 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2008 18:19:33 +0200 Subject: Use DEFUN in order to redefine functions used to implement DEFUN after it has been defined itself. --- init.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index 9a51e6b..ab91247 100644 --- a/init.lisp +++ b/init.lisp @@ -1,5 +1,8 @@ (in-package :common-lisp) (load "util.lisp") +(load "defun-0.lisp") (load "list-functions.lisp") (load "destructuring-bind.lisp") +(load "defun-1.lisp") +(load "list-functions.lisp") (in-package :common-lisp-user) -- cgit v1.2.3