From 47ae3723790489cdb385eff8929b715e9d22c563 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 22 May 2008 03:47:34 +0000 Subject: [PATCH] (x_update_menu_appearance): Call Ffont_xlfd_name with two args. --- src/xfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfaces.c b/src/xfaces.c index f954ea93e74..b797705c4a6 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -3686,7 +3686,7 @@ x_update_menu_appearance (f) || !UNSPECIFIEDP (LFACE_SLANT (lface)) || !UNSPECIFIEDP (LFACE_HEIGHT (lface)))) { - Lisp_Object xlfd = Ffont_xlfd_name (LFACE_FONT (lface)); + Lisp_Object xlfd = Ffont_xlfd_name (LFACE_FONT (lface), Qnil); #ifdef USE_MOTIF const char *suffix = "List"; Bool motif = True; -- 2.39.5