aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 60942dadba0..356c7bbc34d 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1326,7 +1326,8 @@ update_frame (f, force, inhibit_hairy_id)
1326 if (!pause) 1326 if (!pause)
1327 { 1327 {
1328 if (cursor_in_echo_area 1328 if (cursor_in_echo_area
1329 && FRAME_HAS_MINIBUF_P (f)) 1329 && FRAME_HAS_MINIBUF_P (f)
1330 && EQ (FRAME_MINIBUF_WINDOW (f), minibuf_window))
1330 { 1331 {
1331 int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top); 1332 int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top);
1332 int row, col; 1333 int row, col;