changeset 95190:e2197409b952

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 22 May 2008 03:49:01 +0000
parents 70380eb2fa9d
children cd142460f0cc
files src/w32font.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32font.c	Thu May 22 03:47:34 2008 +0000
+++ b/src/w32font.c	Thu May 22 03:49:01 2008 +0000
@@ -898,7 +898,7 @@
      name to be usable in x-list-fonts. Eventually we expect to change
      x-list-fonts and other places that use fonts so that this can be
      an fcname or similar.  */
-  font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object);
+  font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil);
 
   return 1;
 }