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.h


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.h
Date: Wed, 13 Feb 2002 16:33:42 -0500

Index: emacs/src/keyboard.h
diff -c emacs/src/keyboard.h:1.54 emacs/src/keyboard.h:1.55
*** emacs/src/keyboard.h:1.54   Fri Nov 16 17:50:09 2001
--- emacs/src/keyboard.h        Wed Feb 13 16:33:40 2002
***************
*** 59,65 ****
     from the current KBOARD.  If events come from other KBOARDs, they
     are put aside for later in the KBOARDs' kbd_queue lists.
     The flag kbd_queue_has_data in a KBOARD is 1 if this has happened.
!    When Emacs goes back to the any-kboard state, it looks at all the KBOARDS
     to find those; and it tries processing their input right away.  */
  
  typedef struct kboard KBOARD;
--- 59,65 ----
     from the current KBOARD.  If events come from other KBOARDs, they
     are put aside for later in the KBOARDs' kbd_queue lists.
     The flag kbd_queue_has_data in a KBOARD is 1 if this has happened.
!    When Emacs goes back to the any-kboard state, it looks at all the KBOARDs
     to find those; and it tries processing their input right away.  */
  
  typedef struct kboard KBOARD;
***************
*** 222,228 ****
  #define ITEM_PROPERTY_ITEM 0
  /* The item string.  */
  #define ITEM_PROPERTY_NAME 1
! /* Start of initilize to nil */
  /* The binding: nil, a command or a keymap.  */
  #define ITEM_PROPERTY_DEF 2
  /* The keymap if the binding is a keymap, otherwise nil.  */
--- 222,228 ----
  #define ITEM_PROPERTY_ITEM 0
  /* The item string.  */
  #define ITEM_PROPERTY_NAME 1
! /* Start of initialize to nil */
  /* The binding: nil, a command or a keymap.  */
  #define ITEM_PROPERTY_DEF 2
  /* The keymap if the binding is a keymap, otherwise nil.  */
***************
*** 235,241 ****
  #define ITEM_PROPERTY_SELECTED 6
  /* Place for a help string. Not yet used.  */
  #define ITEM_PROPERTY_HELP 7
! /* Start of initilize to t */
  /* Last property. */
  /* Not nil if item is enabled.  */
  #define ITEM_PROPERTY_ENABLE 8
--- 235,241 ----
  #define ITEM_PROPERTY_SELECTED 6
  /* Place for a help string. Not yet used.  */
  #define ITEM_PROPERTY_HELP 7
! /* Start of initialize to t */
  /* Last property. */
  /* Not nil if item is enabled.  */
  #define ITEM_PROPERTY_ENABLE 8



reply via email to

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