Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/keyboard.h

    r4131 r4148  
    190190/* Nonzero means polling for input is temporarily suppressed.  */ 
    191191extern int poll_suppress_count; 
     192 
     193/* Nonzero if we are executing from the SIGIO signal handler. */ 
     194extern int in_sighandler; 
    192195 
    193196/* Keymap mapping ASCII function key sequences onto their preferred forms.