From 0aa158d763044d2c6a1ae06e42fecd3c1c6e4e0a Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 15 May 1991 16:31:54 +0000
Subject: [PATCH] Changed unrenamed TTY-INSPECT from INSPECT.

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

diff --git a/code/tty-inspect.lisp b/code/tty-inspect.lisp
index bd0d52b3a..a3d880169 100644
--- a/code/tty-inspect.lisp
+++ b/code/tty-inspect.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/tty-inspect.lisp,v 1.7 1991/02/08 13:36:32 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/tty-inspect.lisp,v 1.8 1991/05/15 16:31:54 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -50,9 +50,7 @@
       (cdr (nth (+ n parts-offset) parts))
       (nth (+ n parts-offset) parts)))
 
-;;; ### Change name back to tty-inspect when we have the real inspector up.
-;;; 
-(defun inspect (object)
+(defun tty-inspect (object)
   (unwind-protect
       (input-loop object (describe-parts object) *standard-output*)
     (setf *tty-object-stack* nil)))
-- 
GitLab