From a30e19579a56b2574efc89881d470f378d1d0d8f Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 22 May 2008 03:49:18 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 8 ++++++++ src/w32font.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e5befabeda7..77e7dc86bdb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-05-22 Kenichi Handa + + * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with + two args. + + * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with + two args. + 2008-05-22 Stefan Monnier * minibuf.c (keys_of_minibuf): Delete. diff --git a/src/w32font.c b/src/w32font.c index 4ce9e4c8459..273d98a40e3 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -898,7 +898,7 @@ w32font_open_internal (f, font_entity, pixel_size, font_object) 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; } -- 2.39.2