summaryrefslogtreecommitdiff
path: root/init.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-26 11:23:45 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-26 11:23:45 +0200
commit9f9d3bcede3a4d57fb112011be7023fdd83db369 (patch)
treebd20d91901fc735f4dc2902572e3df6fc12bd5ad /init.lisp
parent947f0ecbdeb98e4b5f53c68cb62e7d9cfcf03c60 (diff)
Add macro %DEFMACRO*, a simple wrapper around %DEFMACRO.
Diffstat (limited to 'init.lisp')
-rw-r--r--init.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lisp b/init.lisp
index 4c4f5f0..cdd9997 100644
--- a/init.lisp
+++ b/init.lisp
@@ -1,5 +1,4 @@
(in-package :common-lisp)
(load "util.lisp")
-(load "cond.lisp")
(load "list-functions.lisp")
(in-package :common-lisp-user)