From 1e1a6e12f377aacaffe84f6394efc860d9848f42 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 24 Feb 2004 05:50:44 +0000 Subject: [PATCH] Export UNREAD-CHAR. --- v7/src/runtime/runtime.pkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 7a03e9ba5..36725b0de 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.479 2004/02/23 20:51:43 cph Exp $ +$Id: runtime.pkg,v 14.480 2004/02/24 05:50:44 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology @@ -1916,7 +1916,8 @@ USA. read-line read-string read-string! - read-substring!)) + read-substring! + unread-char)) (define-package (runtime output-port) (files "output") -- 2.25.1