aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-10-12 11:18:01 +0000
committerYAMAMOTO Mitsuharu2005-10-12 11:18:01 +0000
commit47b40faff44bc6a9b32daab56c791bcd96eb8c57 (patch)
tree940047c59f2ad65642c0f82cdfb10eb7e1efc6f0 /src/w32term.c
parentb639c9be359e158b50835af475af4365fdcbe932 (diff)
downloademacs-47b40faff44bc6a9b32daab56c791bcd96eb8c57.tar.gz
emacs-47b40faff44bc6a9b32daab56c791bcd96eb8c57.zip
(note_mouse_movement): Restore help_echo_string if mouse is moved
inside last_mouse_glyph.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 96d26344b53..b6349eb63a1 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -3238,6 +3238,8 @@ note_mouse_movement (frame, msg)
3238 other times. */ 3238 other times. */
3239 remember_mouse_glyph (frame, mouse_x, mouse_y, &last_mouse_glyph); 3239 remember_mouse_glyph (frame, mouse_x, mouse_y, &last_mouse_glyph);
3240 } 3240 }
3241 else
3242 help_echo_string = previous_help_echo_string;
3241} 3243}
3242 3244
3243 3245