Mercurial > emacs
changeset 52203:0941be5b523e
(try_font_list): Call try_alternative_families to try any family
with the given registry.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 15 Aug 2003 12:19:29 +0000 |
parents | f83997204484 |
children | 4c984cea926f |
files | src/xfaces.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Fri Aug 15 12:19:08 2003 +0000 +++ b/src/xfaces.c Fri Aug 15 12:19:29 2003 +0000 @@ -6439,7 +6439,7 @@ /* Try any family with the given registry. */ if (nfonts == 0) - nfonts = font_list (f, Qnil, Qnil, registry, fonts); + nfonts = try_alternative_families (f, Qnil, registry, fonts); return nfonts; }