Mercurial > emacs
changeset 96085:c6a0766ce37e
(x_default_font_parameter): Try "monospace-12" too.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 20 Jun 2008 02:15:09 +0000 |
parents | 0623378cdbca |
children | 5962deb66a42 |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Fri Jun 20 01:53:32 2008 +0000 +++ b/src/xfns.c Fri Jun 20 02:15:09 2008 +0000 @@ -3073,6 +3073,8 @@ char *names[] = { "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1", "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1", + /* This will find the normal Xft font. */ + "monospace-12", "-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1", /* This was formerly the first thing tried, but it finds too many fonts and takes too long. */