summaryrefslogtreecommitdiff
path: root/init.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-27 18:19:33 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-27 18:19:33 +0200
commit0d52c58f1e8941c4c08182710abcb327489b8c99 (patch)
tree5d314d9f58fe3d09f18b9475cb18273acd0024c2 /init.lisp
parentea2bddd8ab02ec50b3feb103bd9e698c64bc423f (diff)
Use DEFUN in order to redefine functions used to implement DEFUN after it has been defined itself.
Diffstat (limited to 'init.lisp')
-rw-r--r--init.lisp3
1 files changed, 3 insertions, 0 deletions
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)