mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
timer_check() to avoid crash on Leopard/PPC. Bug #2154.
This commit is contained in:
parent
cb5b40ee3b
commit
641d87f548
1 changed files with 1 additions and 0 deletions
|
|
@ -1887,6 +1887,7 @@ - (void)dealloc
|
|||
- (Lisp_Object)runDialogAt: (NSPoint)p
|
||||
{
|
||||
int 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 */
|
||||
popupSession = [NSApp beginModalSessionForWindow: self];
|
||||
|
|
|
|||
Loading…
Reference in a new issue