# HG changeset patch # User Richard M. Stallman # Date 817042189 0 # Node ID 397f074182711968b565291b4cbb41c71878bf88 # Parent 47484dd9a970daad8c2f1a5a4721c9cba66468e3 (internal_terminal_init): Initialize the_only_x_display.font. diff -r 47484dd9a970 -r 397f07418271 src/msdos.c --- a/src/msdos.c Wed Nov 22 10:47:09 1995 +0000 +++ b/src/msdos.c Wed Nov 22 12:09:49 1995 +0000 @@ -694,6 +694,7 @@ the_only_x_display.line_height = 1; the_only_frame.output_data.x = &the_only_x_display; the_only_frame.output_method = output_msdos_raw; + the_only_x_display.font = (XFontStruct *)1; /* must *not* be zero */ init_frame_faces ((FRAME_PTR) &the_only_frame);