X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=mop.lisp;h=2bf6da10792325d41ee9c9084b5548027d1d6c0a;hb=0de08a4b7bd0ee44f96b1a543de6a86c89e7e6a9;hp=dbadc8c8acf1d7abd119df3a5a279b8bb1f58cc7;hpb=4f12cc02592b044ad3d5ac98d22a1c4debdc185e;p=hyperobject.git diff --git a/mop.lisp b/mop.lisp index dbadc8c..2bf6da1 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.32 2003/03/29 20:46:21 kevin Exp $ +;;;; $Id: mop.lisp,v 1.33 2003/03/29 20:54:56 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -283,6 +283,7 @@ #+(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)