X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=mop.lisp;h=2c6d17e541ae995210f9165d644849190044cb00;hb=af6cbf3b038427cf2b680c7f7a18e3b81a12e202;hp=bf73c5844eb0f368eb177ab3145dfbd4a10bd665;hpb=400a9a2a82a4eff7298a11503e2693a89be8845b;p=hyperobject.git diff --git a/mop.lisp b/mop.lisp index bf73c58..2c6d17e 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.38 2003/04/04 00:00:07 kevin Exp $ +;;;; $Id: mop.lisp,v 1.39 2003/04/04 00:01:36 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -303,7 +303,7 @@ #+lispworks '(the-class the-instance the-slot-name) #+lispworks - '(declare (ignore the-class)) + '((ignore the-class)) #+lispworks `(setf (slot-value the-instance the-slot-name) (,reader ,@keys)) nil)