comparison src/faces.c @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
1917 #ifdef HAVE_TTY 1917 #ifdef HAVE_TTY
1918 inst_list = Fcons (Fcons (list1 (Qtty), build_string ("normal")), 1918 inst_list = Fcons (Fcons (list1 (Qtty), build_string ("normal")),
1919 inst_list); 1919 inst_list);
1920 #endif /* HAVE_TTY */ 1920 #endif /* HAVE_TTY */
1921 #ifdef HAVE_MS_WINDOWS 1921 #ifdef HAVE_MS_WINDOWS
1922 inst_list = Fcons (Fcons (list1 (Qmswindows), build_string ("Courier New")), 1922 inst_list = Fcons (Fcons (list1 (Qmswindows),
1923 inst_list); 1923 build_string ("Fixedsys:Regular:9::Western")), inst_list);
1924 inst_list = Fcons (Fcons (list1 (Qmswindows),
1925 build_string ("Courier:Regular:10::Western")), inst_list);
1926 inst_list = Fcons (Fcons (list1 (Qmswindows),
1927 build_string ("Courier New:Regular:10::Western")), inst_list);
1924 #endif /* HAVE_MS_WINDOWS */ 1928 #endif /* HAVE_MS_WINDOWS */
1925 set_specifier_fallback (Fget (Vdefault_face, Qfont, Qnil), inst_list); 1929 set_specifier_fallback (Fget (Vdefault_face, Qfont, Qnil), inst_list);
1926 } 1930 }
1927 1931
1928 set_specifier_fallback (Fget (Vdefault_face, Qunderline, Qnil), 1932 set_specifier_fallback (Fget (Vdefault_face, Qunderline, Qnil),