diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/msdos.c b/src/msdos.c index c558515ddfa..5f2f488b20f 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- | 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- |
| 2 | Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000, 2001 | 2 | Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000, 01, 2003 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -3130,7 +3130,8 @@ dos_rawgetc () | |||
| 3130 | struct input_event event; | 3130 | struct input_event event; |
| 3131 | union REGS regs; | 3131 | union REGS regs; |
| 3132 | struct display_info *dpyinfo = FRAME_X_DISPLAY_INFO (SELECTED_FRAME()); | 3132 | struct display_info *dpyinfo = FRAME_X_DISPLAY_INFO (SELECTED_FRAME()); |
| 3133 | 3133 | EVENT_INIT (event); | |
| 3134 | |||
| 3134 | #ifndef HAVE_X_WINDOWS | 3135 | #ifndef HAVE_X_WINDOWS |
| 3135 | /* Maybe put the cursor where it should be. */ | 3136 | /* Maybe put the cursor where it should be. */ |
| 3136 | IT_cmgoto (SELECTED_FRAME()); | 3137 | IT_cmgoto (SELECTED_FRAME()); |