From a5eb1928c4ea863bb9d6b0180ac4d37fdfffdf6d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 14 Sep 2004 20:01:36 +0000 Subject: [PATCH] Implement SET-PORT/TYPE!. --- v7/src/runtime/runtime.pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 173ec24c3..6937daaad 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.491 2004/09/14 20:00:27 cph Exp $ +$Id: runtime.pkg,v 14.492 2004/09/14 20:01:36 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology @@ -1074,7 +1074,6 @@ USA. console-output-port set-console-i/o-port!) (export (runtime emacs-interface) - set-port/type! the-console-port) (initialization (initialize-package!))) @@ -1886,6 +1885,7 @@ USA. *trace-output-port*) (export (runtime emacs-interface) set-port/thread-mutex! + set-port/type! standard-port-accessors)) (define-package (runtime input-port) -- 2.25.1