aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-02 02:18:34 +0000
committerKarl Heuer1995-05-02 02:18:34 +0000
commit698e4c1c47d94a2c379be06f4e23eb0f53daf316 (patch)
treed618a53fc2827838a5becb960394091e1853ab40 /src
parentb5bbc9a59cdabb823b32f0ddd564c7745192abc7 (diff)
downloademacs-698e4c1c47d94a2c379be06f4e23eb0f53daf316.tar.gz
emacs-698e4c1c47d94a2c379be06f4e23eb0f53daf316.zip
(update_frame): Don't put cursor in echo area unless
the echo area is on this frame.
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;