aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-10-12 12:19:15 +0000
committerYAMAMOTO Mitsuharu2005-10-12 12:19:15 +0000
commit6de0e1a2931f6b91a0fc8de1960e86dfb714def2 (patch)
tree88893db6ddea373439040c787f0d700edb484ac7 /src/xterm.c
parentce728a0c84a71c8b075a350ec1160d0710748e05 (diff)
downloademacs-6de0e1a2931f6b91a0fc8de1960e86dfb714def2.tar.gz
emacs-6de0e1a2931f6b91a0fc8de1960e86dfb714def2.zip
(note_mouse_movement): Undo last change.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f6c15c1cdeb..d9a4f9d68f6 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3610,8 +3610,6 @@ note_mouse_movement (frame, event)
3610 /* Remember which glyph we're now on. */ 3610 /* Remember which glyph we're now on. */
3611 remember_mouse_glyph (frame, event->x, event->y, &last_mouse_glyph); 3611 remember_mouse_glyph (frame, event->x, event->y, &last_mouse_glyph);
3612 } 3612 }
3613 else
3614 help_echo_string = previous_help_echo_string;
3615} 3613}
3616 3614
3617 3615