aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 6477d5b0aca..dc6f33112c5 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -2375,8 +2375,7 @@ x_menu_show (struct frame *f, int x, int y, int menuflags,
2375 2375
2376 return_entry: 2376 return_entry:
2377 unblock_input (); 2377 unblock_input ();
2378 SAFE_FREE (); 2378 return SAFE_FREE_UNBIND_TO (specpdl_count, entry);
2379 return unbind_to (specpdl_count, entry);
2380} 2379}
2381 2380
2382#endif /* not USE_X_TOOLKIT */ 2381#endif /* not USE_X_TOOLKIT */