From 45144b0af47a79c1860575cfc92cdc9fa2bcb40f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 12 May 2006 10:37:43 +0100 Subject: [PATCH] mop: Use CMUCL's `mop' package instead of `pcl'. I must have gotten that name from an old source of information. --- mdw-mop.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0