From 654ff7cef1ecf426910498dc10941ce80f66133c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 1 Dec 2000 06:41:21 +0000 Subject: [PATCH] X-SCREEN-AUTO-RAISE has been eliminated. --- v7/src/6001/edextra.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v7/src/6001/edextra.scm b/v7/src/6001/edextra.scm index 671c00383..ad08a1651 100644 --- a/v7/src/6001/edextra.scm +++ b/v7/src/6001/edextra.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edextra.scm,v 1.31 2000/04/30 22:17:19 cph Exp $ +$Id: edextra.scm,v 1.32 2000/12/01 06:41:21 cph Exp $ Copyright (c) 1992-2000 Massachusetts Institute of Technology @@ -384,8 +384,6 @@ option the file from the problem set will not be installed. (set! editor-can-exit? false) (set! scheme-can-quit? false) (set! paranoid-exit? true) -(if (eq? 'X (graphics-type-name (graphics-type #f))) - (set! x-screen-auto-raise true)) (set-variable! enable-transcript-buffer true) (set-variable! evaluate-in-inferior-repl true) -- 2.25.1