From 61c28767dc6071b3f8edf0834aeab94eb40c3352 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Mar 2003 20:58:09 +0000 Subject: [PATCH] r4292: Auto commit for Debian build --- mop.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mop.lisp b/mop.lisp index 2bf6da1..ca59a1c 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: mop.lisp,v 1.33 2003/03/29 20:54:56 kevin Exp $ +;;;; $Id: mop.lisp,v 1.34 2003/03/29 20:58:09 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -283,7 +283,6 @@ #+(or sbcl scl cmu) (defun ensure-lazy-reader (class-name slot-name reader &rest reader-keys) - (break) (let ((keys nil) (gf (ensure-generic-function 'slot-unbound))) (dolist (key reader-keys) @@ -300,7 +299,7 @@ (add-method gf (apply #'make-instance (generic-function-method-class gf) - ':specializers (list (intern-eql-specializer class-name) + ':specializers (list (class-of (find-class class-name)) (find-class class-name) (intern-eql-specializer slot-name)) ':lambda-list '(the-class the-instance the-slot-name) -- 2.34.1