diff --git a/code/fd-stream.lisp b/code/fd-stream.lisp
index 3568fa72d21c229f24de48c9e9ecdf3c9886ffb3..7c9b0dd1ba1864b2dfcaef2606b61112f6c7649e 100644
--- a/code/fd-stream.lisp
+++ b/code/fd-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.51 2000/06/19 16:08:38 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.52 2000/08/24 14:56:17 pw Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1454,7 +1454,7 @@
 			     *standard-output*))
   (setf *error-output* (make-synonym-stream '*stderr*))
   (setf *query-io* (make-synonym-stream '*terminal-io*))
-  (setf *debug-io* *query-io*)
+  (setf *debug-io* (make-synonym-stream '*tty*))
   (setf *trace-output* *standard-output*)
   nil)