diff options
| author | YAMAMOTO Mitsuharu | 2005-10-12 11:18:01 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-10-12 11:18:01 +0000 |
| commit | 47b40faff44bc6a9b32daab56c791bcd96eb8c57 (patch) | |
| tree | 940047c59f2ad65642c0f82cdfb10eb7e1efc6f0 /src/macterm.c | |
| parent | b639c9be359e158b50835af475af4365fdcbe932 (diff) | |
| download | emacs-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.c | 2 |
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 | ||