emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: sysdep.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/sysdep.c,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -b -r1.295 -r1.296
--- sysdep.c    9 Feb 2008 18:03:07 -0000       1.295
+++ sysdep.c    9 Apr 2008 06:46:14 -0000       1.296
@@ -3394,6 +3394,8 @@
                 be truncated if you hit C-g in the middle of it.  --Stef  */
              if (interrupt_input_pending)
                handle_async_input ();
+              if (pending_atimers)
+                do_pending_atimers ();
 #endif
              continue;
            }




reply via email to

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