diff options
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/msdos.c b/src/msdos.c index bcb7fbe75e0..30435820d9e 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -520,8 +520,8 @@ dos_set_window_size (int *rows, int *cols) | |||
| 520 | 520 | ||
| 521 | /* If the user specified a special video mode for these dimensions, | 521 | /* If the user specified a special video mode for these dimensions, |
| 522 | use that mode. */ | 522 | use that mode. */ |
| 523 | video_mode | 523 | video_mode |
| 524 | = Fsymbol_value (Fintern_soft (make_formatted_string | 524 | = Fsymbol_value (Fintern_soft (make_formatted_string |
| 525 | (video_name, "screen-dimensions-%dx%d", | 525 | (video_name, "screen-dimensions-%dx%d", |
| 526 | *rows, *cols), Qnil)); | 526 | *rows, *cols), Qnil)); |
| 527 | 527 | ||
| @@ -1801,7 +1801,7 @@ internal_terminal_init (void) | |||
| 1801 | } | 1801 | } |
| 1802 | 1802 | ||
| 1803 | tty = FRAME_TTY (sf); | 1803 | tty = FRAME_TTY (sf); |
| 1804 | KSET (current_kboard, Vwindow_system, Qpc); | 1804 | kset_window_system (current_kboard, Qpc); |
| 1805 | sf->output_method = output_msdos_raw; | 1805 | sf->output_method = output_msdos_raw; |
| 1806 | if (init_needed) | 1806 | if (init_needed) |
| 1807 | { | 1807 | { |