r4370: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 4 Apr 2003 00:03:30 +0000 (00:03 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 4 Apr 2003 00:03:30 +0000 (00:03 +0000)
mop.lisp

index 2c6d17e541ae995210f9165d644849190044cb00..d8dfe61e238cafcce1306f09a1150d87f08c160c 100644 (file)
--- 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.39 2003/04/04 00:01:36 kevin Exp $
+;;;; $Id: mop.lisp,v 1.40 2003/04/04 00:03:30 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
        #+lispworks
        '(the-class the-instance the-slot-name)
        #+lispworks
-       '((ignore the-class))
+       nil
        #+lispworks
        `(setf (slot-value the-instance the-slot-name) (,reader ,@keys))
        nil)