Mercurial > emacs
changeset 107939:3fef63e64210
* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Tue, 13 Apr 2010 09:01:46 +0300 |
parents | 9b8dfcd5e0b0 |
children | c08ba25d055f |
files | src/nsmenu.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/nsmenu.m Sat Apr 10 19:31:01 2010 +0900 +++ b/src/nsmenu.m Tue Apr 13 09:01:46 2010 +0300 @@ -1709,7 +1709,7 @@ - (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 */