Mercurial > hg > xemacs-beta
comparison src/faces.c @ 318:afd57c14dfc8 r21-0b57
Import from CVS: tag r21-0b57
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:45:36 +0200 |
parents | 70ad99077275 |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
317:a2fc9afbef65 | 318:afd57c14dfc8 |
---|---|
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), |