diff options
| author | Andreas Schwab | 2006-05-30 16:12:49 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-05-30 16:12:49 +0000 |
| commit | 57d671b4c739d73c6a762a035b1df98bde498901 (patch) | |
| tree | 1024838ab2886a214e45ce8b6b939b73113e5d5d /src | |
| parent | fe23e770ffb2f96e38b8ada4a605832ead77328d (diff) | |
| download | emacs-57d671b4c739d73c6a762a035b1df98bde498901.tar.gz emacs-57d671b4c739d73c6a762a035b1df98bde498901.zip | |
(Fmenu_bar_start): Return a value.
Diffstat (limited to 'src')
| -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. */) | |||
| 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 | ||