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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Thu, 19 Aug 2004 11:25:28 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.789 emacs/src/keyboard.c:1.790
*** emacs/src/keyboard.c:1.789  Sun Aug  8 16:17:23 2004
--- emacs/src/keyboard.c        Thu Aug 19 13:59:03 2004
***************
*** 3899,3908 ****
        break;
  #endif
        {
!       Lisp_Object minus_one;
! 
!       XSETINT (minus_one, -1);
!       wait_reading_process_input (0, 0, minus_one, 1);
  
        if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr)
          /* Pass 1 for EXPECT since we just waited to have input.  */
--- 3899,3905 ----
        break;
  #endif
        {
!       wait_reading_process_input (0, 0, -1, 1, Qnil, NULL, 0);
  
        if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr)
          /* Pass 1 for EXPECT since we just waited to have input.  */




reply via email to

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