From 155784f48457950fd7a513ca4055e2dfa734a3f7 Mon Sep 17 00:00:00 2001 From: Arthur Gleckler Date: Thu, 23 Jan 1992 19:15:49 +0000 Subject: [PATCH] Export GRAPHICS-DEVICE? to the () package. --- v7/src/runtime/runtime.pkg | 3 ++- v8/src/runtime/runtime.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 0a4f2fa43..e9b4c6e01 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.129 1991/12/19 20:50:17 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.130 1992/01/23 19:15:49 arthur Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -2002,6 +2002,7 @@ MIT in each case. |# graphics-clear graphics-close graphics-coordinate-limits + graphics-device? graphics-device-coordinate-limits graphics-device/properties graphics-disable-buffering diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 7632ff23d..f170cf30e 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.129 1991/12/19 20:50:17 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.130 1992/01/23 19:15:49 arthur Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -2002,6 +2002,7 @@ MIT in each case. |# graphics-clear graphics-close graphics-coordinate-limits + graphics-device? graphics-device-coordinate-limits graphics-device/properties graphics-disable-buffering -- 2.25.1