(x_set_cursor_type): Set cursor_type_changed,
not update_mode_lines, and always set it to 1.
This commit is contained in:
parent
4a4a390ec4
commit
623cdbf20f
1 changed files with 2 additions and 3 deletions
|
@ -2359,9 +2359,8 @@ x_set_cursor_type (f, arg, oldval)
|
|||
{
|
||||
set_frame_cursor_types (f, arg);
|
||||
|
||||
/* Make sure the cursor gets redrawn. This is overkill, but how
|
||||
often do people change cursor types? */
|
||||
update_mode_lines++;
|
||||
/* Make sure the cursor gets redrawn. */
|
||||
cursor_type_changed = 1;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue