Export switch to control "auto-raise" feature of X screens.
authorChris Hanson <org/chris-hanson/cph>
Thu, 26 Mar 1992 00:02:40 +0000 (00:02 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 26 Mar 1992 00:02:40 +0000 (00:02 +0000)
v7/src/edwin/edwin.pkg

index da473cfce4d4c3e26059f56e9db4de1c7b795626..6b23a2e8fafa219959278c8364308da059d4e757 100644 (file)
@@ -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!)))