aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 81908b370a5..d54ff115f9d 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3759,7 +3759,7 @@ tty_menu_show (struct frame *f, int x, int y, int menuflags,
3759 /* Make "Cancel" equivalent to C-g unless FOR_CLICK (which means 3759 /* Make "Cancel" equivalent to C-g unless FOR_CLICK (which means
3760 the menu was invoked with a mouse event as POSITION). */ 3760 the menu was invoked with a mouse event as POSITION). */
3761 if (!(menuflags & MENU_FOR_CLICK)) 3761 if (!(menuflags & MENU_FOR_CLICK))
3762 Fsignal (Qquit, Qnil); 3762 quit ();
3763 break; 3763 break;
3764 } 3764 }
3765 3765