From: Kenichi Handa Date: Thu, 22 May 2008 03:47:34 +0000 (+0000) Subject: (x_update_menu_appearance): Call Ffont_xlfd_name with X-Git-Tag: emacs-pretest-23.0.90~5367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47ae3723790489cdb385eff8929b715e9d22c563;p=emacs.git (x_update_menu_appearance): Call Ffont_xlfd_name with two args. --- 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;