From 400a9a2a82a4eff7298a11503e2693a89be8845b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 4 Apr 2003 00:00:07 +0000 Subject: [PATCH] r4368: Auto commit for Debian build --- mop.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mop.lisp b/mop.lisp index fb453cc..bf73c58 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.37 2003/04/03 23:58:15 kevin Exp $ +;;;; $Id: mop.lisp,v 1.38 2003/04/04 00:00:07 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -305,7 +305,7 @@ #+lispworks '(declare (ignore the-class)) #+lispworks - '(setf (slot-value the-instance the-slot-name) (,reader ,@keys)) + `(setf (slot-value the-instance the-slot-name) (,reader ,@keys)) nil) (add-method gf (apply -- 2.34.1