]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit.
authorChong Yidong <cyd@gnu.org>
Mon, 9 Jan 2012 09:40:11 +0000 (17:40 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 9 Jan 2012 09:40:11 +0000 (17:40 +0800)
src/xdisp.c

index ed0cff5ce8241bf45bc024faa306cdce112c1385..c0c11bf02d29b1519a47568f562a1ca8e42a18f2 100644 (file)
@@ -23519,9 +23519,9 @@ note_mouse_highlight (f, x, y)
   window = window_from_coordinates (f, x, y, &part, 0, 0, 1);
 
   /* If displaying active text in another window, clear that.  */
-  if (! EQ (window, hlinfo->mouse_face_window)
+  if (! EQ (window, dpyinfo->mouse_face_window)
       /* Also clear if we move out of text area in same window.  */
-      || (!NILP (hlinfo->mouse_face_window)
+      || (!NILP (dpyinfo->mouse_face_window)
          && !NILP (window)
          && part != ON_TEXT
          && part != ON_MODE_LINE