From 969cb2f41cca38bb09fbfde8d42602bf5365b297 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 1 May 2006 10:33:52 +0100 Subject: [PATCH] mop: Use mdw.base, because it contains useful debugging stuff. Not that there are any bugs which need fixing, of course. --- mdw-mop.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdw-mop.lisp b/mdw-mop.lisp index 92c164f..04cc933 100644 --- a/mdw-mop.lisp +++ b/mdw-mop.lisp @@ -27,7 +27,7 @@ ;;; Packages. (defpackage #:mdw.mop - (:use #:common-lisp #+cmu #:pcl) + (:use #:common-lisp #:mdw.base #+cmu #:pcl) (:export #:compatible-class #:initargs-for-effective-slot #:make-effective-slot #:filtered-slot-class-mixin -- 2.11.0