Deselect any buffer layout before popping up a new window.
authorChris Hanson <org/chris-hanson/cph>
Fri, 27 Oct 2000 04:01:16 +0000 (04:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 27 Oct 2000 04:01:16 +0000 (04:01 +0000)
v7/src/edwin/wincom.scm

index e41ae4a81b42b92459efd1767407cecd21bb9c95..d7ed9c194a467d260d6f16d2d99c0fed9df16baf 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: wincom.scm,v 1.129 2000/10/26 04:36:47 cph Exp $
+;;; $Id: wincom.scm,v 1.130 2000/10/27 04:01:16 cph Exp $
 ;;;
 ;;; Copyright (c) 1987, 1989-2000 Massachusetts Institute of Technology
 ;;;
@@ -543,6 +543,7 @@ Also kills any pop up window it may have created."
          (let ((limit (* 2 (ref-variable window-min-height))))
            (if (< (ref-variable split-height-threshold) limit)
                (set-variable! split-height-threshold limit))
+           (maybe-deselect-buffer-layout screen)
            (cond ((and (use-multiple-screens?)
                        (other-screen screen 1 #t))
                   => (lambda (screen)