emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keymap.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Fri, 28 Dec 2001 13:48:47 -0500

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.251 emacs/src/keymap.c:1.252
*** emacs/src/keymap.c:1.251    Fri Dec 28 13:39:04 2001
--- emacs/src/keymap.c  Fri Dec 28 13:48:46 2001
***************
*** 48,56 ****
  Lisp_Object control_x_map;    /* The keymap used for globally bound
                                   C-x-prefixed default commands */
  
- /* Alist of elements like (DEL . "\d").  */
- Lisp_Object exclude_keys;
- 
  /* was MinibufLocalMap */
  Lisp_Object Vminibuffer_local_map;
                                /* The keymap used by the minibuf for local
--- 48,53 ----
***************
*** 93,98 ****
--- 90,98 ----
  Lisp_Object Vdefine_key_rebound_commands;
  
  Lisp_Object Qkeymapp, Qkeymap, Qnon_ascii, Qmenu_item;
+ 
+ /* Alist of elements like (DEL . "\d").  */
+ static Lisp_Object exclude_keys;
  
  /* A char with the CHAR_META bit set in a vector or the 0200 bit set
     in a string key sequence is equivalent to prefixing with this



reply via email to

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