aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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