/[emacs]/emacs/src/keymap.c
ViewVC logotype

Diff of /emacs/src/keymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.251 by rms, Fri Dec 28 18:39:04 2001 UTC revision 1.252 by rms, Fri Dec 28 18:48:46 2001 UTC
# Line 48  Lisp_Object meta_map;          /* The keymap use Line 48  Lisp_Object meta_map;          /* The keymap use
48  Lisp_Object control_x_map;      /* The keymap used for globally bound  Lisp_Object control_x_map;      /* The keymap used for globally bound
49                                     C-x-prefixed default commands */                                     C-x-prefixed default commands */
50    
 /* Alist of elements like (DEL . "\d").  */  
 Lisp_Object exclude_keys;  
   
51  /* was MinibufLocalMap */  /* was MinibufLocalMap */
52  Lisp_Object Vminibuffer_local_map;  Lisp_Object Vminibuffer_local_map;
53                                  /* The keymap used by the minibuf for local                                  /* The keymap used by the minibuf for local
# Line 94  Lisp_Object Vdefine_key_rebound_commands Line 91  Lisp_Object Vdefine_key_rebound_commands
91    
92  Lisp_Object Qkeymapp, Qkeymap, Qnon_ascii, Qmenu_item;  Lisp_Object Qkeymapp, Qkeymap, Qnon_ascii, Qmenu_item;
93    
94    /* Alist of elements like (DEL . "\d").  */
95    static Lisp_Object exclude_keys;
96    
97  /* A char with the CHAR_META bit set in a vector or the 0200 bit set  /* A char with the CHAR_META bit set in a vector or the 0200 bit set
98     in a string key sequence is equivalent to prefixing with this     in a string key sequence is equivalent to prefixing with this
99     character.  */     character.  */

Legend:
Removed from v.1.251  
changed lines
  Added in v.1.252

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26