changeset 71094:bff9557e8c24

(Fmenu_bar_start): Return a value.
author Andreas Schwab <schwab@suse.de>
date Tue, 30 May 2006 16:12:49 +0000
parents 6155393edd3b
children 92e88635d2f4
files src/xmenu.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 */