;;; -*-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
;;;
(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))