]> git.eshelyaron.com Git - emacs.git/commitdiff
(note_mouse_highlight): Reset help_echo.
authorJason Rumney <jasonr@gnu.org>
Sat, 26 Jan 2002 16:29:16 +0000 (16:29 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 26 Jan 2002 16:29:16 +0000 (16:29 +0000)
src/ChangeLog
src/w32term.c

index 147ee0c8fee7fdf56d1a3937970348098520168b..3b14828798a20a2608dd67b5ed1c1e7dd411d535 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-26  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (note_mouse_highlight): Reset help_echo.
+
 2002-01-24  Jason Rumney  <jasonr@gnu.org>
 
        * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
index 88cbd325401be1036cf09b4df8b6031de9ba353d..12704fb8bc15bc006574f30c52d90f0fd5d360b8 100644 (file)
@@ -6547,6 +6547,9 @@ note_mouse_highlight (f, x, y)
   if (!WINDOWP (window))
     return;
 
+  /* Reset help_echo.  It will get recomputed below.  */
+  help_echo = Qnil;
+
   /* Convert to window-relative pixel coordinates.  */
   w = XWINDOW (window);
   frame_to_window_pixel_xy (w, &x, &y);