diff --git a/code/print.lisp b/code/print.lisp
index 8bec3f0e16bd27651a11dc5d947f03a368f0c055..c9a7ee12cc354e41f6cf05bd80b6cd06c09f2d94 100644
--- a/code/print.lisp
+++ b/code/print.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.50 1993/03/14 12:27:05 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.51 1993/03/14 16:53:11 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1106,7 +1106,7 @@
 	  ((fboundp 'pcl:print-object)
 	   (pcl:print-object instance))
 	  (t
-	   (print-unreadable-object (stream instance :identity t)
+	   (print-unreadable-object (instance stream :identity t)
 	     (write-string "Unprintable Instance" stream))))))