aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-06-25 22:32:56 +0000
committerChong Yidong2008-06-25 22:32:56 +0000
commitc9055a7d85ff95b597e921d70925d82360a9ec00 (patch)
tree90c6fcc63fff6d4c402bda417ae5f1fce63eb45f /src
parentbe9d013ae8b1ef4be47d71e7f15caba11071087c (diff)
downloademacs-c9055a7d85ff95b597e921d70925d82360a9ec00.tar.gz
emacs-c9055a7d85ff95b597e921d70925d82360a9ec00.zip
Fix last change, using "monospace" rather than "Monospace".
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index dc9d98f5a18..d32442fe7fa 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3074,7 +3074,7 @@ x_default_font_parameter (f, parms)
3074 = { 3074 = {
3075#ifdef HAVE_XFT 3075#ifdef HAVE_XFT
3076 /* This will find the normal Xft font. */ 3076 /* This will find the normal Xft font. */
3077 "Monospace-12", 3077 "monospace-12",
3078#endif 3078#endif
3079 "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1", 3079 "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",
3080 "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1", 3080 "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",