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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sat, 17 Jul 2004 13:34:33 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.784 emacs/src/keyboard.c:1.785
*** emacs/src/keyboard.c:1.784  Sat Jul 17 14:50:58 2004
--- emacs/src/keyboard.c        Sat Jul 17 17:31:33 2004
***************
*** 1096,1103 ****
--- 1096,1105 ----
  not_single_kboard_state (kboard)
       KBOARD *kboard;
  {
+ #ifdef MULTI_KBOARD
    if (kboard == current_kboard)
      single_kboard = 0;
+ #endif
  }
  
  /* Maintain a stack of kboards, so other parts of Emacs
***************
*** 10203,10209 ****
    /* Anything we have read ahead, put back for the shell to read.  */
    /* ?? What should this do when we have multiple keyboards??
       Should we ignore anything that was typed in at the "wrong" kboard?
!      
       rms: we should stuff everything back into the kboard
       it came from.  */
    for (; kbd_fetch_ptr != kbd_store_ptr; kbd_fetch_ptr++)
--- 10205,10211 ----
    /* Anything we have read ahead, put back for the shell to read.  */
    /* ?? What should this do when we have multiple keyboards??
       Should we ignore anything that was typed in at the "wrong" kboard?
! 
       rms: we should stuff everything back into the kboard
       it came from.  */
    for (; kbd_fetch_ptr != kbd_store_ptr; kbd_fetch_ptr++)




reply via email to

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