From: Richard M. Stallman Date: Wed, 17 May 2006 22:53:23 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-22.0.90~2525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92daa8486fa0512c1a95e2c251a6432e1421ab36;p=emacs.git Comment change. --- diff --git a/src/xterm.c b/src/xterm.c index bd0d6db9524..e034e5aa469 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6084,6 +6084,8 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) 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)))