(IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor
is in echo area.
This commit is contained in:
parent
58e9d9c4bf
commit
d6a12f42bc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue