comparison src/keymap.c @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
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;