diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index b9d1a1e9317..7a5185820a1 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -9530,7 +9530,7 @@ x_display_and_set_cursor (w, on, hpos, vpos, x, y) | |||
| 9530 | marked off, draw no cursor. In all other cases, we want a hollow | 9530 | marked off, draw no cursor. In all other cases, we want a hollow |
| 9531 | box cursor. */ | 9531 | box cursor. */ |
| 9532 | cursor_non_selected | 9532 | cursor_non_selected |
| 9533 | = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows | 9533 | = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows, |
| 9534 | w->buffer)); | 9534 | w->buffer)); |
| 9535 | new_cursor_width = -1; | 9535 | new_cursor_width = -1; |
| 9536 | if (cursor_in_echo_area | 9536 | if (cursor_in_echo_area |