From: Andreas Schwab Date: Tue, 30 May 2006 16:12:49 +0000 (+0000) Subject: (Fmenu_bar_start): Return a value. X-Git-Tag: emacs-pretest-22.0.90~2179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57d671b4c739d73c6a762a035b1df98bde498901;p=emacs.git (Fmenu_bar_start): Return a value. --- 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 */