From 2d5846f3de4a102ebf123efe7cdb48a78fa94e93 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 16 Apr 2003 20:50:00 +0000 Subject: [PATCH] r4520: Auto commit for Debian build --- mop.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mop.lisp b/mop.lisp index acd2098..26fba01 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.58 2003/04/16 20:48:25 kevin Exp $ +;;;; $Id: mop.lisp,v 1.59 2003/04/16 20:50:00 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -289,6 +289,7 @@ (,the-slot-name (eql ',slot-name))) (declare (ignore ,the-class)) (let ((v (,reader ,@keys))) + v #+ignore (setf (slot-value ,the-instance ,the-slot-name) v))))) -- 2.34.1