From: Karl Heuer Date: Fri, 6 Dec 1996 23:21:53 +0000 (+0000) Subject: (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor X-Git-Tag: emacs-20.1~3331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6a12f42bc103ce27136efa91d0011ad1806386b;p=emacs.git (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor is in echo area. --- diff --git a/src/msdos.c b/src/msdos.c index 9291dd08f26..7629b9c7f81 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -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; }