aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
authorJoakim Verona2012-08-19 02:44:11 +0200
committerJoakim Verona2012-08-19 02:44:11 +0200
commit5436d1df5e2ba0b4d4f72b03a1cd09b20403654b (patch)
tree532faa27319b3bb199d414dc85e63a58246d30b0 /src/msdos.c
parentd02344322b0d2fea8dd9ad9dd0a6c70e058f967b (diff)
parente757f1c6f393cf82057dbee0a4325b07f0fd55c4 (diff)
downloademacs-5436d1df5e2ba0b4d4f72b03a1cd09b20403654b.tar.gz
emacs-5436d1df5e2ba0b4d4f72b03a1cd09b20403654b.zip
upstream
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c6
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 {