From: Mark Wooding Date: Fri, 12 May 2006 09:37:43 +0000 (+0100) Subject: mop: Use CMUCL's `mop' package instead of `pcl'. X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/commitdiff_plain/45144b0af47a79c1860575cfc92cdc9fa2bcb40f mop: Use CMUCL's `mop' package instead of `pcl'. I must have gotten that name from an old source of information. --- diff --git a/mdw-mop.lisp b/mdw-mop.lisp index dc5eb87..51db744 100644 --- a/mdw-mop.lisp +++ b/mdw-mop.lisp @@ -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