From 7d63b35a2621e7851f297c584ee8c5fb8ab52632 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 2 Oct 1994 22:35:02 +0000
Subject: [PATCH] Changed (typep Its-tream) to ts-stream-p so that we can
 declare it to be defined and squelch warnings when Hemlock isn't loaded.

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

diff --git a/code/debug.lisp b/code/debug.lisp
index bc5e18720..a71bcf6d8 100644
--- a/code/debug.lisp
+++ b/code/debug.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/debug.lisp,v 1.41 1994/03/19 23:48:52 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.42 1994/10/02 22:35:02 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1587,7 +1587,7 @@ See the CMU Common Lisp User's Manual for more information.
 ;;;
 
 (def-debug-command "EDIT-SOURCE" ()
-  (unless (typep *terminal-io* 'ed::ts-stream)
+  (unless (ed::ts-stream-p *terminal-io*)
     (error "The debugger's EDIT-SOURCE command only works in slave Lisps ~
 	    connected to a Hemlock editor."))
   (let* ((wire (ed::ts-stream-wire *terminal-io*))
-- 
GitLab