r5140: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 17 Jun 2003 04:56:02 +0000 (04:56 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 17 Jun 2003 04:56:02 +0000 (04:56 +0000)
class-support.lisp

index 84a4790d74672f2e9e55c81c1a31fd471994ade0..7614a1565902128339d2d121a92afca98266da19 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:       Kevin M. Rosenberg
 ;;;; Date Started: Apr 2000
 ;;;;
-;;;; $Id: class-support.lisp,v 1.13 2003/06/15 07:48:30 kevin Exp $
+;;;; $Id: class-support.lisp,v 1.14 2003/06/17 04:56:02 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D.
 
 (defun print-umlsclass (obj &key (stream *standard-output*)
                        (category :compact-text)
-                       (file-wrapper t) (english-only t) (subobjects nil)
+                       (file-wrapper nil) (english-only t) (subobjects nil)
                        (refvars nil) (link-printer nil))
   (view obj :stream stream :category category :subobjects subobjects
        :file-wrapper file-wrapper