diff src/xterm.c @ 70700:3cde28b591e8

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 May 2006 22:53:23 +0000
parents 89c31b218b28
children e365d76e29c3 ab6ab63755f7
line wrap: on
line diff
--- a/src/xterm.c	Wed May 17 22:51:07 2006 +0000
+++ b/src/xterm.c	Wed May 17 22:53:23 2006 +0000
@@ -6084,6 +6084,8 @@
 
       f = x_any_window_to_frame (dpyinfo, event.xkey.window);
 
+      /* If mouse-highlight is an integer, input clears out
+	 mouse highlighting.  */
       if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)
 	  && (f == 0
 	      || !EQ (f->tool_bar_window, dpyinfo->mouse_face_window)))