From: Chong Yidong Date: Wed, 25 Jun 2008 22:32:56 +0000 (+0000) Subject: Fix last change, using "monospace" rather than "Monospace". X-Git-Tag: emacs-pretest-23.0.90~4493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9055a7d85ff95b597e921d70925d82360a9ec00;p=emacs.git Fix last change, using "monospace" rather than "Monospace". --- 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) = { #ifdef HAVE_XFT /* This will find the normal Xft font. */ - "Monospace-12", + "monospace-12", #endif "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1", "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",