emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src nsmenu.m


From: Adrian Robert
Subject: [Emacs-diffs] emacs/src nsmenu.m
Date: Fri, 21 Aug 2009 19:29:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/08/21 19:29:32

Modified files:
        src            : nsmenu.m 

Log message:
        nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
                timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/nsmenu.m?cvsroot=emacs&r1=1.23&r2=1.24

Patches:
Index: nsmenu.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsmenu.m,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- nsmenu.m    14 Jun 2009 22:29:17 -0000      1.23
+++ nsmenu.m    21 Aug 2009 19:29:31 -0000      1.24
@@ -1887,6 +1887,7 @@
 - (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];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]