From a4d960ab2dcc2fd6af2b41192bf91ddb9f076246 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 26 Mar 1992 00:02:40 +0000 Subject: [PATCH] Export switch to control "auto-raise" feature of X screens. --- v7/src/edwin/edwin.pkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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!))) -- 2.25.1