diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 6711eb242ce..9c0434a681d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -19832,7 +19832,7 @@ clear_mouse_face (dpyinfo) | |||
| 19832 | { | 19832 | { |
| 19833 | int cleared = 0; | 19833 | int cleared = 0; |
| 19834 | 19834 | ||
| 19835 | if (!NILP (dpyinfo->mouse_face_window)) | 19835 | if (!dpyinfo->mouse_face_hidden && !NILP (dpyinfo->mouse_face_window)) |
| 19836 | { | 19836 | { |
| 19837 | show_mouse_face (dpyinfo, DRAW_NORMAL_TEXT); | 19837 | show_mouse_face (dpyinfo, DRAW_NORMAL_TEXT); |
| 19838 | cleared = 1; | 19838 | cleared = 1; |