/[emacs]/emacs/src/keyboard.c
ViewVC logotype

Diff of /emacs/src/keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.805 by rms, Tue Dec 21 11:34:42 2004 UTC revision 1.806 by jhd, Thu Dec 23 22:17:56 2004 UTC
# Line 6841  input_available_signal (signo) Line 6841  input_available_signal (signo)
6841    sigisheld (SIGIO);    sigisheld (SIGIO);
6842  #endif  #endif
6843    
   if (input_available_clear_time)  
     EMACS_SET_SECS_USECS (*input_available_clear_time, 0, 0);  
   
6844  #ifdef SYNC_INPUT  #ifdef SYNC_INPUT
6845    interrupt_input_pending = 1;    interrupt_input_pending = 1;
6846  #else  #else
   
6847    SIGNAL_THREAD_CHECK (signo);    SIGNAL_THREAD_CHECK (signo);
6848    #endif
6849      
6850      if (input_available_clear_time)
6851        EMACS_SET_SECS_USECS (*input_available_clear_time, 0, 0);
6852    
6853    #ifndef SYNC_INPUT
6854    handle_async_input ();    handle_async_input ();
6855  #endif  #endif
6856    

Legend:
Removed from v.1.805  
changed lines
  Added in v.1.806

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26