diff options
Diffstat (limited to 'src/xdisp.c')
| -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 b7821eb5048..6f39324d2f0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -27253,7 +27253,7 @@ show_mouse_face (Mouse_HLInfo *hlinfo, enum draw_glyphs_face draw) | |||
| 27253 | if (/* If window is in the process of being destroyed, don't bother | 27253 | if (/* If window is in the process of being destroyed, don't bother |
| 27254 | to do anything. */ | 27254 | to do anything. */ |
| 27255 | w->current_matrix != NULL | 27255 | w->current_matrix != NULL |
| 27256 | /* Don't update mouse highlight if hidden */ | 27256 | /* Don't update mouse highlight if hidden. */ |
| 27257 | && (draw != DRAW_MOUSE_FACE || !hlinfo->mouse_face_hidden) | 27257 | && (draw != DRAW_MOUSE_FACE || !hlinfo->mouse_face_hidden) |
| 27258 | /* Recognize when we are called to operate on rows that don't exist | 27258 | /* Recognize when we are called to operate on rows that don't exist |
| 27259 | anymore. This can happen when a window is split. */ | 27259 | anymore. This can happen when a window is split. */ |