aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2008-05-22 03:47:34 +0000
committerKenichi Handa2008-05-22 03:47:34 +0000
commit47ae3723790489cdb385eff8929b715e9d22c563 (patch)
tree0e829c23838346096207cc6ee6d5c762d00bd208
parent631248e534884a75e3b7baaf7d1b83897e607ff2 (diff)
downloademacs-47ae3723790489cdb385eff8929b715e9d22c563.tar.gz
emacs-47ae3723790489cdb385eff8929b715e9d22c563.zip
(x_update_menu_appearance): Call Ffont_xlfd_name with
two args.
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
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)
3686 || !UNSPECIFIEDP (LFACE_SLANT (lface)) 3686 || !UNSPECIFIEDP (LFACE_SLANT (lface))
3687 || !UNSPECIFIEDP (LFACE_HEIGHT (lface)))) 3687 || !UNSPECIFIEDP (LFACE_HEIGHT (lface))))
3688 { 3688 {
3689 Lisp_Object xlfd = Ffont_xlfd_name (LFACE_FONT (lface)); 3689 Lisp_Object xlfd = Ffont_xlfd_name (LFACE_FONT (lface), Qnil);
3690#ifdef USE_MOTIF 3690#ifdef USE_MOTIF
3691 const char *suffix = "List"; 3691 const char *suffix = "List";
3692 Bool motif = True; 3692 Bool motif = True;