* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
This commit is contained in:
@@ -1709,7 +1709,7 @@ void process_dialog (id window, Lisp_Object list)
|
||||
|
||||
- (Lisp_Object)runDialogAt: (NSPoint)p
|
||||
{
|
||||
int ret;
|
||||
NSInteger ret;
|
||||
extern EMACS_TIME timer_check (int do_it_now); /* TODO: add to a header */
|
||||
|
||||
/* initiate a session that will be ended by pop_down_menu */
|
||||
|
||||
Reference in New Issue
Block a user