diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-01-29 14:02:02 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-01-29 14:02:02 -0500 |
commit | c024ac081d2f128ab65b325a6db8bdc12dc081db (patch) | |
tree | c6a2fb836da373d1dff272e903dc80d50562bedf /src/xfns.c | |
parent | e5c70c411776fb6e8cc29bc155d1f1584933268b (diff) | |
download | emacs-c024ac081d2f128ab65b325a6db8bdc12dc081db.tar.gz |
Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).
* frame.c (DEFAULT_ROWS): Change default to 35.
* xfns.c (x_default_font_parameter): Change default XFT font to
monospace-10 (Bug#3643).
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 0ebce8d1e24..96fb090e327 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3089,7 +3089,7 @@ x_default_font_parameter (f, parms) = { #ifdef HAVE_XFT /* This will find the normal Xft font. */ - "monospace-12", + "monospace-10", #endif "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1", "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1", |