changeset 95189:70380eb2fa9d

(x_update_menu_appearance): Call Ffont_xlfd_name with two args.
author Kenichi Handa <handa@m17n.org>
date Thu, 22 May 2008 03:47:34 +0000
parents b8f0e53854e1
children e2197409b952
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Thu May 22 03:18:18 2008 +0000
+++ b/src/xfaces.c	Thu May 22 03:47:34 2008 +0000
@@ -3686,7 +3686,7 @@
 	      || !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;