aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2006-05-30 16:12:49 +0000
committerAndreas Schwab2006-05-30 16:12:49 +0000
commit57d671b4c739d73c6a762a035b1df98bde498901 (patch)
tree1024838ab2886a214e45ce8b6b939b73113e5d5d /src
parentfe23e770ffb2f96e38b8ada4a605832ead77328d (diff)
downloademacs-57d671b4c739d73c6a762a035b1df98bde498901.tar.gz
emacs-57d671b4c739d73c6a762a035b1df98bde498901.zip
(Fmenu_bar_start): Return a value.
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
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. */)
1373 } 1373 }
1374 1374
1375 UNBLOCK_INPUT; 1375 UNBLOCK_INPUT;
1376
1377 return Qnil;
1376} 1378}
1377#endif /* USE_X_TOOLKIT */ 1379#endif /* USE_X_TOOLKIT */
1378 1380