mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 03:11:09 -08:00
And again...
This commit is contained in:
parent
db3b2dc8ab
commit
72ec0c8d03
1 changed files with 2 additions and 1 deletions
|
|
@ -2850,7 +2850,8 @@ x_window (f)
|
|||
}
|
||||
|
||||
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
Add a link
Reference in a new issue