aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
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)
1343 /* These cases apply only to the frame that contains 1343 /* These cases apply only to the frame that contains
1344 the active minibuffer window. */ 1344 the active minibuffer window. */
1345 && FRAME_HAS_MINIBUF_P (f) 1345 && FRAME_HAS_MINIBUF_P (f)
1346 && EQ (FRAME_MINIBUF_WINDOW (f), minibuf_window)) 1346 && EQ (FRAME_MINIBUF_WINDOW (f), echo_area_window))
1347 { 1347 {
1348 int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top); 1348 int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top);
1349 int row, col; 1349 int row, col;