Fix typo.
This commit is contained in:
parent
e044e4fcd5
commit
db3b2dc8ab
1 changed files with 2 additions and 1 deletions
|
@ -2704,7 +2704,8 @@ x_window (f, window_prompting, minibuffer_only)
|
|||
}
|
||||
|
||||
XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
|
||||
f->output.x->current_cursor = f->output_data.x->text_cursor);
|
||||
f->output_data.x->current_cursor
|
||||
= f->output_data.x->text_cursor);
|
||||
|
||||
UNBLOCK_INPUT;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue