POP-UP-BUFFER could return a window that wasn't popped up.
authorChris Hanson <org/chris-hanson/cph>
Fri, 7 Apr 2000 19:53:16 +0000 (19:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 7 Apr 2000 19:53:16 +0000 (19:53 +0000)
v7/src/edwin/wincom.scm

index df09158b29428b98d1935698b19493edc3ac4682..4de840ae462f4b78eb67df641be46a912de19474 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: wincom.scm,v 1.124 2000/04/03 16:55:33 cph Exp $
+;;; $Id: wincom.scm,v 1.125 2000/04/07 19:53:16 cph Exp $
 ;;;
-;;; Copyright (c) 1987, 1989-1999 Massachusetts Institute of Technology
+;;; Copyright (c) 1987, 1989-2000 Massachusetts Institute of Technology
 ;;;
 ;;; This program is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU General Public License as
@@ -497,8 +497,7 @@ Also kills any pop up window it may have created."
     (define (maybe-record-window window)
       (weak-set-car! *minibuffer-scroll-window* window)
       (if select? (select-window window))
-      (and (eq? window (weak-car *previous-popped-up-window*))
-          window))
+      #f)
 
     (define (find-visible-window buffer)
       (let loop ((windows (buffer-windows buffer)))