emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/atimer.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/atimer.c
Date: Sun, 31 Oct 2004 07:31:36 -0500

Index: emacs/src/atimer.c
diff -c emacs/src/atimer.c:1.16 emacs/src/atimer.c:1.17
*** emacs/src/atimer.c:1.16     Mon Jul 19 04:42:43 2004
--- emacs/src/atimer.c  Sun Oct 31 12:25:46 2004
***************
*** 397,403 ****
        EMACS_GET_TIME (now);
      }
  
!   set_alarm ();
  }
  
  
--- 397,404 ----
        EMACS_GET_TIME (now);
      }
  
!   if (! pending_atimers)
!     set_alarm ();
  }
  
  




reply via email to

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