*** empty log message ***

This commit is contained in:
YAMAMOTO Mitsuharu 2005-10-12 11:19:29 +00:00
parent 47b40faff4
commit 621036f968
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,9 @@
* xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
get end of text rows. Obtain header-line/mode-line rows directly.
* xterm.c, w32term.c, macterm.c (note_mouse_movement): Restore
help_echo_string if mouse is moved inside last_mouse_glyph.
2005-10-12 Kim F. Storm <storm@cua.dk>
* xdisp.c (remember_mouse_glyph): New generic version based on

View file

@ -3610,6 +3610,8 @@ note_mouse_movement (frame, event)
/* Remember which glyph we're now on. */
remember_mouse_glyph (frame, event->x, event->y, &last_mouse_glyph);
}
else
help_echo_string = previous_help_echo_string;
}