Mercurial > emacs
changeset 95743:9fcb5d4baf9b
(add_opentype_font_name_to_list): Adjusted for
the change of font_intern_prop.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 10 Jun 2008 02:06:27 +0000 |
parents | 2c6fee28a7a9 |
children | abc12b93e2dd |
files | src/w32uniscribe.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32uniscribe.c Tue Jun 10 00:31:53 2008 +0000 +++ b/src/w32uniscribe.c Tue Jun 10 02:06:27 2008 +0000 @@ -486,7 +486,7 @@ return 1; family = font_intern_prop (logical_font->elfLogFont.lfFaceName, - strlen (logical_font->elfLogFont.lfFaceName)); + strlen (logical_font->elfLogFont.lfFaceName), 1); if (! memq_no_quit (family, *list)) *list = Fcons (family, *list);