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/frame.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/frame.c')
-rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 631cc6b06b3..f05f9f751da 100644 --- a/src/frame.c +++ b/src/frame.c @@ -4191,7 +4191,7 @@ On Nextstep, this just calls `ns-parse-geometry'. */) This function does not make the coordinates positive. */ -#define DEFAULT_ROWS 40 +#define DEFAULT_ROWS 35 #define DEFAULT_COLS 80 int |