mop: Use CMUCL's `mop' package instead of `pcl'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 12 May 2006 09:37:43 +0000 (10:37 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 12 May 2006 09:37:43 +0000 (10:37 +0100)
I must have gotten that name from an old source of information.

mdw-mop.lisp

index dc5eb87..51db744 100644 (file)
@@ -27,7 +27,7 @@
 ;;; Packages.
 
 (defpackage #:mdw.mop
-  (:use #:common-lisp #:mdw.base #+cmu #:pcl)
+  (:use #:common-lisp #:mdw.base #+cmu #:mop)
   (:export #:compatible-class
           #:copy-instance #:copy-instance-using-class
           #:initargs-for-effective-slot #:make-effective-slot