* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
This commit is contained in:
parent
658b9b9347
commit
b2e40a75ce
1 changed files with 1 additions and 1 deletions
|
@ -1709,7 +1709,7 @@ - (void)dealloc
|
|||
|
||||
- (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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue