]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmenu_bar_start): Return a value.
authorAndreas Schwab <schwab@suse.de>
Tue, 30 May 2006 16:12:49 +0000 (16:12 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 30 May 2006 16:12:49 +0000 (16:12 +0000)
src/xmenu.c

index 90fa1595cd9021747decfdc494abdb68ce26c04f..ef9fb05fb29a9e30eef92810582506a21f024c3e 100644 (file)
@@ -1373,6 +1373,8 @@ If FRAME is nil or not given, use the selected frame.  */)
     }
 
   UNBLOCK_INPUT;
+
+  return Qnil;
 }
 #endif /* USE_X_TOOLKIT */