diff options
| author | Jan Djärv | 2009-07-03 11:17:44 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-07-03 11:17:44 +0000 |
| commit | db3b2dc8ab5e3cc8b8ca72b748aa1c51beb16843 (patch) | |
| tree | 404300b593b4a9c86af863afddd3fc86335307e3 /src | |
| parent | e044e4fcd50c4db40c9efb40dd395bace59f287b (diff) | |
| download | emacs-db3b2dc8ab5e3cc8b8ca72b748aa1c51beb16843.tar.gz emacs-db3b2dc8ab5e3cc8b8ca72b748aa1c51beb16843.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 237b1c911ee..f67b8289e6b 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -2704,7 +2704,8 @@ x_window (f, window_prompting, minibuffer_only) | |||
| 2704 | } | 2704 | } |
| 2705 | 2705 | ||
| 2706 | XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), | 2706 | XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), |
| 2707 | f->output.x->current_cursor = f->output_data.x->text_cursor); | 2707 | f->output_data.x->current_cursor |
| 2708 | = f->output_data.x->text_cursor); | ||
| 2708 | 2709 | ||
| 2709 | UNBLOCK_INPUT; | 2710 | UNBLOCK_INPUT; |
| 2710 | 2711 | ||