emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Thu, 23 Dec 2004 17:37:07 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.805 emacs/src/keyboard.c:1.806
*** emacs/src/keyboard.c:1.805  Tue Dec 21 11:34:42 2004
--- emacs/src/keyboard.c        Thu Dec 23 22:17:56 2004
***************
*** 6841,6854 ****
    sigisheld (SIGIO);
  #endif
  
-   if (input_available_clear_time)
-     EMACS_SET_SECS_USECS (*input_available_clear_time, 0, 0);
- 
  #ifdef SYNC_INPUT
    interrupt_input_pending = 1;
  #else
- 
    SIGNAL_THREAD_CHECK (signo);
    handle_async_input ();
  #endif
  
--- 6841,6856 ----
    sigisheld (SIGIO);
  #endif
  
  #ifdef SYNC_INPUT
    interrupt_input_pending = 1;
  #else
    SIGNAL_THREAD_CHECK (signo);
+ #endif
+   
+   if (input_available_clear_time)
+     EMACS_SET_SECS_USECS (*input_available_clear_time, 0, 0);
+ 
+ #ifndef SYNC_INPUT
    handle_async_input ();
  #endif
  




reply via email to

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