[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100636: Fix last commit.
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100636: Fix last commit. |
Date: |
Mon, 09 Jan 2012 17:40:11 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 100636
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Mon 2012-01-09 17:40:11 +0800
message:
Fix last commit.
modified:
src/xdisp.c
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c 2012-01-09 09:35:21 +0000
+++ b/src/xdisp.c 2012-01-09 09:40:11 +0000
@@ -23519,9 +23519,9 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100636: Fix last commit.,
Chong Yidong <=