diff options
| author | Richard M. Stallman | 2006-05-17 22:53:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-17 22:53:23 +0000 |
| commit | 92daa8486fa0512c1a95e2c251a6432e1421ab36 (patch) | |
| tree | ed9d87a1a58f8cb067d5da2d9bc7648c6593bb63 /src | |
| parent | 6c1195abb7d1644c9d1b971dbf0fb80af3e97860 (diff) | |
| download | emacs-92daa8486fa0512c1a95e2c251a6432e1421ab36.tar.gz emacs-92daa8486fa0512c1a95e2c251a6432e1421ab36.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
| 6084 | 6084 | ||
| 6085 | f = x_any_window_to_frame (dpyinfo, event.xkey.window); | 6085 | f = x_any_window_to_frame (dpyinfo, event.xkey.window); |
| 6086 | 6086 | ||
| 6087 | /* If mouse-highlight is an integer, input clears out | ||
| 6088 | mouse highlighting. */ | ||
| 6087 | if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight) | 6089 | if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight) |
| 6088 | && (f == 0 | 6090 | && (f == 0 |
| 6089 | || !EQ (f->tool_bar_window, dpyinfo->mouse_face_window))) | 6091 | || !EQ (f->tool_bar_window, dpyinfo->mouse_face_window))) |