comparison 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
comparison
equal deleted inserted replaced
305:18920a7e9a86 306:9ea74add5d37
4323 DEFVAR_LISP ("key-translation-map", &Vkey_translation_map /* 4323 DEFVAR_LISP ("key-translation-map", &Vkey_translation_map /*
4324 Keymap of key translations that can override keymaps. 4324 Keymap of key translations that can override keymaps.
4325 This keymap works like `function-key-map', but comes after that, 4325 This keymap works like `function-key-map', but comes after that,
4326 and applies even for keys that have ordinary bindings. 4326 and applies even for keys that have ordinary bindings.
4327 */ ); 4327 */ );
4328 Vkey_translation_map = Qnil;
4328 4329
4329 DEFVAR_LISP ("vertical-divider-map", &Vvertical_divider_map /* 4330 DEFVAR_LISP ("vertical-divider-map", &Vvertical_divider_map /*
4330 Keymap which handles mouse clicks over vertical dividers. 4331 Keymap which handles mouse clicks over vertical dividers.
4331 */ ); 4332 */ );
4333 Vvertical_divider_map = Qnil;
4332 4334
4333 DEFVAR_INT ("keymap-tick", &keymap_tick /* 4335 DEFVAR_INT ("keymap-tick", &keymap_tick /*
4334 Incremented for each change to any keymap. 4336 Incremented for each change to any keymap.
4335 */ ); 4337 */ );
4336 keymap_tick = 0; 4338 keymap_tick = 0;