r4281: Auto commit for Debian build
[hyperobject.git] / mop.lisp
index 788df532bd934bd55ea30d60ef2523d90bd6d17e..c30c8c6169a592d6534d86bef488878a81e03fbe 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.22 2003/03/29 07:12:10 kevin Exp $
+;;;; $Id: mop.lisp,v 1.24 2003/03/29 07:32:50 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
     (setq *queued-definitions-stream* (open *queued-definitions-pathname*
                                            :direction :output
                                            :if-exists :supersede)))
-  (format *queued-definitions-stream* "~A~%" def))
+  (format *queued-definitions-stream* "~W~%" def))
 
 (defun process-queued-definitions ()
   (when *queued-definitions-stream*
                                                           (cdr subobj-def)))))
            (unless (eq (lookup subobject) t)
              (add-definition
-              `(def-lazy-reader ,(name-class subobject)
+              `(hyperobject::def-lazy-reader ,(name-class subobject)
                 ,(name-slot subobject) ,(lookup subobject)
                 ,@(lookup-keys subobject))))
            (push subobject subobjects))))