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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sun, 13 Jan 2002 05:14:48 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.647 emacs/src/keyboard.c:1.648
*** emacs/src/keyboard.c:1.647  Thu Jan  3 06:30:57 2002
--- emacs/src/keyboard.c        Sun Jan 13 05:14:47 2002
***************
*** 513,519 ****
  
  /* Pointer to next available character in kbd_buffer.
     If kbd_fetch_ptr == kbd_store_ptr, the buffer is empty.
!    This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the the
     next available char is in kbd_buffer[0].  */
  static struct input_event *kbd_fetch_ptr;
  
--- 513,519 ----
  
  /* Pointer to next available character in kbd_buffer.
     If kbd_fetch_ptr == kbd_store_ptr, the buffer is empty.
!    This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the
     next available char is in kbd_buffer[0].  */
  static struct input_event *kbd_fetch_ptr;
  
***************
*** 8111,8117 ****
      }
    else
      {
-       int extra_maps = 2;
        int nminor;
        int total;
        Lisp_Object *maps;
--- 8111,8116 ----



reply via email to

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