diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
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; |