emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Wed, 17 May 2006 22:53:23 +0000

Index: emacs/src/xterm.c
diff -u emacs/src/xterm.c:1.913 emacs/src/xterm.c:1.914
--- emacs/src/xterm.c:1.913     Tue May 16 10:54:48 2006
+++ emacs/src/xterm.c   Wed May 17 22:53:23 2006
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]