From 0de08a4b7bd0ee44f96b1a543de6a86c89e7e6a9 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Mar 2003 20:54:56 +0000 Subject: [PATCH] r4291: Auto commit for Debian build --- mop.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.34.1