diff src/xmenu.c @ 71094:bff9557e8c24

(Fmenu_bar_start): Return a value.
author Andreas Schwab <schwab@suse.de>
date Tue, 30 May 2006 16:12:49 +0000
parents 07d4cb17def5
children c713bb95739c
line wrap: on
line diff
--- a/src/xmenu.c	Tue May 30 14:20:02 2006 +0000
+++ b/src/xmenu.c	Tue May 30 16:12:49 2006 +0000
@@ -1373,6 +1373,8 @@
     }
 
   UNBLOCK_INPUT;
+
+  return Qnil;
 }
 #endif /* USE_X_TOOLKIT */