From: Kevin M. Rosenberg Date: Sat, 29 Mar 2003 20:54:56 +0000 (+0000) Subject: r4291: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~178 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=0de08a4b7bd0ee44f96b1a543de6a86c89e7e6a9 r4291: Auto commit for Debian build --- 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)