summaryrefslogtreecommitdiff
path: root/init.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-05 23:07:13 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-05 23:07:13 +0200
commitde143451c3a72616963340ef7cfea97fcedba3ae (patch)
tree2bc5c8585b34be7fa73149762deaadd82460709f /init.lisp
parent3f0750517277e118fa82221e1124a0a93aeb8356 (diff)
Add macro %DEFUN.
Diffstat (limited to 'init.lisp')
-rw-r--r--init.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lisp b/init.lisp
index 57652b6..8c93cc9 100644
--- a/init.lisp
+++ b/init.lisp
@@ -1 +1,2 @@
+(load "util.lisp")
(load "cond.lisp")