From 6f884a92ace811c61d395b5c6ae341c9d0a976ee Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 14 Mar 1993 14:35:58 +0000
Subject: [PATCH] Type.

---
 code/defstruct.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/defstruct.lisp b/code/defstruct.lisp
index d2c8df186..b46b5f941 100644
--- a/code/defstruct.lisp
+++ b/code/defstruct.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/defstruct.lisp,v 1.44 1993/03/14 12:25:45 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defstruct.lisp,v 1.45 1993/03/14 14:35:58 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1445,7 +1445,7 @@
 (defun default-structure-print (structure stream depth)
   (declare (ignore depth))
   (if (funcallable-instance-p structure)
-      (print-unreadable-object (stream instance :identity t :type t)
+      (print-unreadable-object (stream structure :identity t :type t)
 	(write-string "Funcallable Structure" stream))
       (let* ((type (%instance-layout structure))
 	     (name (class-name (layout-class type)))
-- 
GitLab