From: Chris Hanson Date: Thu, 26 Oct 2000 04:36:47 +0000 (+0000) Subject: Fix thinko. X-Git-Tag: 20090517-FFI~3224 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2dd034b26644edc27d0a430298a7a06ce890d916;p=mit-scheme.git Fix thinko. --- diff --git a/v7/src/edwin/wincom.scm b/v7/src/edwin/wincom.scm index 9a97c8524..e41ae4a81 100644 --- a/v7/src/edwin/wincom.scm +++ b/v7/src/edwin/wincom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: wincom.scm,v 1.128 2000/10/26 04:24:20 cph Exp $ +;;; $Id: wincom.scm,v 1.129 2000/10/26 04:36:47 cph Exp $ ;;; ;;; Copyright (c) 1987, 1989-2000 Massachusetts Institute of Technology ;;; @@ -545,7 +545,8 @@ Also kills any pop up window it may have created." (set-variable! split-height-threshold limit)) (cond ((and (use-multiple-screens?) (other-screen screen 1 #t)) - => (lambda (screen) (pop-into-window selected))) + => (lambda (screen) + (pop-into-window (screen-selected-window screen)))) ((ref-variable preserve-window-arrangement) (pop-into-window (largest-window screen))) ((not (ref-variable pop-up-windows))