changeset 70700:3cde28b591e8

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 May 2006 22:53:23 +0000
parents 434948c350d2
children 3279e0cf893a
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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)))