diff options
author | Kenichi Handa <handa@m17n.org> | 2008-06-10 02:06:27 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-06-10 02:06:27 +0000 |
commit | 9ede710945c9dd7461a2782a7943cb375261e51e (patch) | |
tree | cdc409e3377d87f2f20e94b37b7c598203b7f76d /src/w32uniscribe.c | |
parent | dc98abfc90e54e6bfe162638bc49d88f62ea90b3 (diff) | |
download | emacs-9ede710945c9dd7461a2782a7943cb375261e51e.tar.gz |
(add_opentype_font_name_to_list): Adjusted for
the change of font_intern_prop.
Diffstat (limited to 'src/w32uniscribe.c')
-rw-r--r-- | src/w32uniscribe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index 6cf46b9e270..470dfd9d181 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c @@ -486,7 +486,7 @@ add_opentype_font_name_to_list (logical_font, physical_font, font_type, 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); |