diff src/objects-x.c @ 3165:8f3f6e3dfad9

[xemacs-hg @ 2005-12-23 15:08:13 by stephent] more mule-ization of font truenames <87ek4326px.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 23 Dec 2005 15:08:14 +0000
parents c9423e7289d2
children 5bfedec8927e
line wrap: on
line diff
--- a/src/objects-x.c	Fri Dec 23 12:00:45 2005 +0000
+++ b/src/objects-x.c	Fri Dec 23 15:08:14 2005 +0000
@@ -1442,7 +1442,7 @@
       if (x_font_spec_matches_charset (XDEVICE (device), charset,
 				       intname, Qnil, 0, -1, 0))
 	{
-	  result = make_string (intname, intlen);
+	  result = build_ext_string (intname, Qx_font_name_encoding);
 	  break;
 	}
     }