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: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Tue, 12 Apr 2005 04:07:15 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.818 emacs/src/keyboard.c:1.819
*** emacs/src/keyboard.c:1.818  Sun Apr 10 00:41:34 2005
--- emacs/src/keyboard.c        Tue Apr 12 08:07:13 2005
***************
*** 2115,2121 ****
--- 2115,2125 ----
       struct atimer *timer;
  {
    if (poll_suppress_count == 0)
+ #ifdef SYNC_INPUT
+     interrupt_input_pending = 1;
+ #else
      poll_for_input_1 ();
+ #endif
  }
  
  #endif /* POLL_FOR_INPUT */




reply via email to

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