From: Chris Hanson <org/chris-hanson/cph> Date: Thu, 26 Mar 1992 00:02:40 +0000 (+0000) Subject: Export switch to control "auto-raise" feature of X screens. X-Git-Tag: 20090517-FFI~9564 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a4d960ab2dcc2fd6af2b41192bf91ddb9f076246;p=mit-scheme.git Export switch to control "auto-raise" feature of X screens. --- diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index da473cfce..6b23a2e8f 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.81 1992/03/25 21:41:11 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.82 1992/03/26 00:02:40 cph Exp $ Copyright (c) 1989-92 Massachusetts Institute of Technology @@ -270,7 +270,8 @@ MIT in each case. |# (files "xterm") (parent (edwin)) (export (edwin) - x-display-type) + x-display-type + x-screen-auto-raise) (export (edwin x-commands) screen-xterm) (initialization (initialize-package!)))