From 80f95defb8f85562cfbcb784abb5fac78fbc5ac0 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 27 Aug 1992 06:38:31 +0000 Subject: [PATCH] Add direct BIOS driver for DOS version of Scheme. Remove exports of console-display-type and x-display-type. --- v7/src/edwin/edwin.pkg | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index ad2db4aac..d118404ae 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.95 1992/08/18 22:27:50 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.96 1992/08/27 06:38:31 jinx Exp $ -Copyright (c) 1989-92 Massachusetts Institute of Technology +Copyright (c) 1989-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -273,7 +273,6 @@ MIT in each case. |# (files "xterm") (parent (edwin)) (export (edwin) - x-display-type x-screen-auto-raise) (export (edwin x-commands) screen-xterm) @@ -341,10 +340,8 @@ MIT in each case. |# (initialization (initialize-package!))) (define-package (edwin console-screen) - (files "termcap" "ansi" "tterm") + (files "termcap" "tterm" "ansi" "bios") (parent (edwin)) - (export (edwin) - console-display-type) (import (runtime primitive-io) channel-type=terminal? terminal-get-state -- 2.25.1