From c7de74d47d1cd3173b9f97f32af2d7e2531c5e97 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 1 Feb 1996 21:30:03 +0000 Subject: (update_frame): Compare FRAME_MINIBUF_WINDOW(f) against with not minibuf_window but echo_area_window. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index b0ee4066e6f..ac0d30cef44 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1343,7 +1343,7 @@ update_frame (f, force, inhibit_hairy_id) /* These cases apply only to the frame that contains the active minibuffer window. */ && FRAME_HAS_MINIBUF_P (f) - && EQ (FRAME_MINIBUF_WINDOW (f), minibuf_window)) + && EQ (FRAME_MINIBUF_WINDOW (f), echo_area_window)) { int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top); int row, col; -- cgit v1.2.1