]> git.eshelyaron.com Git - emacs.git/commitdiff
(IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor
authorKarl Heuer <kwzh@gnu.org>
Fri, 6 Dec 1996 23:21:53 +0000 (23:21 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 6 Dec 1996 23:21:53 +0000 (23:21 +0000)
is in echo area.

src/msdos.c

index 9291dd08f2628611278d303430a9091bf2248c59..7629b9c7f819026d74f0d7e94ca8f37cec3e298e 100644 (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;
     }