From 57d671b4c739d73c6a762a035b1df98bde498901 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 30 May 2006 16:12:49 +0000 Subject: (Fmenu_bar_start): Return a value. --- src/xmenu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xmenu.c') diff --git a/src/xmenu.c b/src/xmenu.c index 90fa1595cd9..ef9fb05fb29 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1373,6 +1373,8 @@ If FRAME is nil or not given, use the selected frame. */) } UNBLOCK_INPUT; + + return Qnil; } #endif /* USE_X_TOOLKIT */ -- cgit v1.2.1