diff options
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 1ba6b51a5fb..31048aece5d 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -3489,7 +3489,7 @@ x_update_menu_appearance (struct frame *f) Lisp_Object xlfd = Ffont_xlfd_name (LFACE_FONT (lface), Qnil); #ifdef USE_MOTIF const char *suffix = "List"; - Bool motif = True; + bool motif = true; #else #if defined HAVE_X_I18N @@ -3497,7 +3497,7 @@ x_update_menu_appearance (struct frame *f) #else const char *suffix = ""; #endif - Bool motif = False; + bool motif = false; #endif if (! NILP (xlfd)) |