diff src/keymap.c @ 306:9ea74add5d37 r21-0b51

Import from CVS: tag r21-0b51
author cvs
date Mon, 13 Aug 2007 10:41:58 +0200
parents 558f606b08ae
children a4f53d9b3154
line wrap: on
line diff
--- a/src/keymap.c	Mon Aug 13 10:41:13 2007 +0200
+++ b/src/keymap.c	Mon Aug 13 10:41:58 2007 +0200
@@ -4325,10 +4325,12 @@
 This keymap works like `function-key-map', but comes after that,
 and applies even for keys that have ordinary bindings.
 */ );
+  Vkey_translation_map = Qnil;
 
   DEFVAR_LISP ("vertical-divider-map", &Vvertical_divider_map /*
 Keymap which handles mouse clicks over vertical dividers.
 */ );
+  Vvertical_divider_map = Qnil;
 
   DEFVAR_INT ("keymap-tick", &keymap_tick /*
 Incremented for each change to any keymap.