aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/term.c b/src/term.c
index 85bfa84d937..f5fca7f987e 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3776,9 +3776,7 @@ tty_menu_show (struct frame *f, int x, int y, int menuflags,
3776 3776
3777 tty_menu_end: 3777 tty_menu_end:
3778 3778
3779 SAFE_FREE (); 3779 return SAFE_FREE_UNBIND_TO (specpdl_count, entry);
3780 unbind_to (specpdl_count, Qnil);
3781 return entry;
3782} 3780}
3783 3781
3784#endif /* !MSDOS */ 3782#endif /* !MSDOS */