From: Arthur Gleckler Date: Thu, 23 Jan 1992 19:15:49 +0000 (+0000) Subject: Export GRAPHICS-DEVICE? to the () package. X-Git-Tag: 20090517-FFI~9947 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=155784f48457950fd7a513ca4055e2dfa734a3f7;p=mit-scheme.git Export GRAPHICS-DEVICE? to the () package. --- 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