]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_update_menu_appearance): Call Ffont_xlfd_name with
authorKenichi Handa <handa@m17n.org>
Thu, 22 May 2008 03:47:34 +0000 (03:47 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 22 May 2008 03:47:34 +0000 (03:47 +0000)
two args.

src/xfaces.c

index f954ea93e74306f10123d89b633857d1c880a69c..b797705c4a6b819e3b999eff6848b64e195b2e3d 100644 (file)
@@ -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;