(IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor

is in echo area.
This commit is contained in:
Karl Heuer 1996-12-06 23:21:53 +00:00
parent 58e9d9c4bf
commit d6a12f42bc

View file

@ -701,7 +701,6 @@ IT_cmgoto (f)
&& XFASTINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top) <= new_pos_Y)
{
new_pos_X = FRAME_DESIRED_GLYPHS (f)->used[new_pos_Y];
FRAME_CURSOR_X (f) = new_pos_X;
update_cursor_pos = 1;
}