summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-02-21 21:13:50 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-02-21 21:13:50 +0100
commit6bce20c29f61e10077ad896ba54144719f8346f8 (patch)
treecade88e9efdecccd147921c79de4b5d17bb1f632 /package.lisp
parent7f73b91fcc4afea1170feb20327615d63431cc6f (diff)
Make protocols a type of class.
darcs-hash:8519271c3df66c3fae88d1d07fc0bf02493e1dc2
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 91369e0..2cc9332 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,6 +1,6 @@
(defpackage #:mulk.protocols
(:nicknames #:protocols)
- (:use #:cl #:c2mop)
+ (:use #:closer-common-lisp)
(:export #:define-protocol
#:implement-protocols
#:conforms-to-p