r4924: *** empty log message ***
[hyperobject.git] / views.lisp
index b5594a7a8cf71e8e004913f3b6509c7290f66c52..f6e38f2bea790356573bd228eb284e7f8d7f2ec1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: views.lisp,v 1.36 2003/05/14 05:29:48 kevin Exp $
+;;;; $Id: views.lisp,v 1.37 2003/05/14 05:36:22 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg
 ;;;; *************************************************************************
   (write-char #\< strm)
   (write-string (class-name-of x) strm)
   (write-string "list><title>" strm)
-  (write-user-name-maybe-plural obj nitems strm)
+  (write-user-name-maybe-plural x nitems strm)
   (write-string ":</title>" strm)
   (write-char #\newline strm))