diff options
author | Andreas Schwab <schwab@suse.de> | 2006-05-30 16:12:49 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2006-05-30 16:12:49 +0000 |
commit | 57d671b4c739d73c6a762a035b1df98bde498901 (patch) | |
tree | 1024838ab2886a214e45ce8b6b939b73113e5d5d /src/xmenu.c | |
parent | fe23e770ffb2f96e38b8ada4a605832ead77328d (diff) | |
download | emacs-57d671b4c739d73c6a762a035b1df98bde498901.tar.gz |
(Fmenu_bar_start): Return a value.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |