emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/process.c,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/process.c,v
Date: Wed, 09 Apr 2008 06:46:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        08/04/09 06:46:40

Index: process.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/process.c,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -b -r1.538 -r1.539
--- process.c   27 Mar 2008 20:52:24 -0000      1.538
+++ process.c   9 Apr 2008 06:46:39 -0000       1.539
@@ -4309,8 +4309,13 @@
       if (read_kbd >= 0)
        QUIT;
 #ifdef SYNC_INPUT
-      else if (interrupt_input_pending)
+      else
+        {
+          if (interrupt_input_pending)
        handle_async_input ();
+          if (pending_atimers)
+            do_pending_atimers ();
+        }
 #endif
 
       /* Exit now if the cell we're waiting for became non-nil.  */




reply via email to

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