emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103762: * nsmenu.m (runDialogAt): Re


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103762: * nsmenu.m (runDialogAt): Remove argument to timer_check.
Date: Sun, 27 Mar 2011 11:23:52 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103762
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Sun 2011-03-27 11:23:52 +0200
message:
  * nsmenu.m (runDialogAt): Remove argument to timer_check.
modified:
  src/ChangeLog
  src/nsmenu.m
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-03-27 02:27:11 +0000
+++ b/src/ChangeLog     2011-03-27 09:23:52 +0000
@@ -1,3 +1,7 @@
+2011-03-27  Jan Djärv  <address@hidden>
+
+       * nsmenu.m (runDialogAt): Remove argument to timer_check.
+
 2011-03-27  Glenn Morris  <address@hidden>
 
        * syssignal.h: Replace RETSIGTYPE with void.

=== modified file 'src/nsmenu.m'
--- a/src/nsmenu.m      2011-01-25 04:08:28 +0000
+++ b/src/nsmenu.m      2011-03-27 09:23:52 +0000
@@ -1705,7 +1705,6 @@
 - (Lisp_Object)runDialogAt: (NSPoint)p
 {
   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 */
   popupSession = [NSApp beginModalSessionForWindow: self];
@@ -1715,7 +1714,7 @@
     {
       /* Run this for timers.el, indep of atimers; might not return.
          TODO: use return value to avoid calling every iteration. */
-      timer_check (1);
+      timer_check ();
       [NSThread sleepUntilDate: [NSDate dateWithTimeIntervalSinceNow: 0.1]];
     }
 


reply via email to

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