aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.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/macterm.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/macterm.c')
-rw-r--r--src/macterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macterm.c b/src/macterm.c
index e18f3ee48a0..c41e1f0ffed 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -4193,6 +4193,8 @@ note_mouse_movement (frame, pos)
4193 /* Remember which glyph we're now on. */ 4193 /* Remember which glyph we're now on. */
4194 remember_mouse_glyph (frame, pos->h, pos->v, &last_mouse_glyph); 4194 remember_mouse_glyph (frame, pos->h, pos->v, &last_mouse_glyph);
4195 } 4195 }
4196 else
4197 help_echo_string = previous_help_echo_string;
4196} 4198}
4197 4199
4198 4200