Implement SET-PORT/TYPE!.
authorChris Hanson <org/chris-hanson/cph>
Tue, 14 Sep 2004 20:01:36 +0000 (20:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 14 Sep 2004 20:01:36 +0000 (20:01 +0000)
v7/src/runtime/runtime.pkg

index 173ec24c3e0f6dcb470ffbba42285466af569c90..6937daaadcf6479496d72a902ef612b8d6ec737e 100644 (file)
@@ -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)