X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=f6e38f2bea790356573bd228eb284e7f8d7f2ec1;hb=c03522d6e56c265fc5b7d859d0a8b324805ddf73;hp=b5594a7a8cf71e8e004913f3b6509c7290f66c52;hpb=04f829aab1e5caaefe60391f756e7a5db2d1282b;p=hyperobject.git diff --git a/views.lisp b/views.lisp index b5594a7..f6e38f2 100644 --- a/views.lisp +++ b/views.lisp @@ -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 ;;;; ************************************************************************* @@ -576,7 +576,7 @@ (write-char #\< strm) (write-string (class-name-of x) strm) (write-string "list>" strm) - (write-user-name-maybe-plural obj nitems strm) + (write-user-name-maybe-plural x nitems strm) (write-string ":" strm) (write-char #\newline strm))