aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsmenu.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m
index aab3016e5e8..05184660bac 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -1887,6 +1887,7 @@ void process_dialog (id window, Lisp_Object list)
1887- (Lisp_Object)runDialogAt: (NSPoint)p 1887- (Lisp_Object)runDialogAt: (NSPoint)p
1888{ 1888{
1889 int ret; 1889 int ret;
1890 extern EMACS_TIME timer_check (int do_it_now); /* TODO: add to a header */
1890 1891
1891 /* initiate a session that will be ended by pop_down_menu */ 1892 /* initiate a session that will be ended by pop_down_menu */
1892 popupSession = [NSApp beginModalSessionForWindow: self]; 1893 popupSession = [NSApp beginModalSessionForWindow: self];