Mercurial > emacs
changeset 109775:1a1218053834
(lispy_function_keys): Do not define VK_PACKET (bug#4836)
author | Jason Rumney <jasonr@wanchan> |
---|---|
date | Sat, 14 Aug 2010 15:35:24 +0800 |
parents | 7a46ef068de4 |
children | 5ba96e9b591d |
files | src/ChangeLog src/keyboard.c |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 13 19:02:31 2010 -0700 +++ b/src/ChangeLog Sat Aug 14 15:35:24 2010 +0800 @@ -1,3 +1,7 @@ +2010-08-14 Jason Rumney <jasonr@gnu.org> + + * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836) + 2010-08-14 Chong Yidong <cyd@stupidchicken.com> * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
--- a/src/keyboard.c Fri Aug 13 19:02:31 2010 -0700 +++ b/src/keyboard.c Sat Aug 14 15:35:24 2010 +0800 @@ -4941,9 +4941,9 @@ 0, /* VK_OEM_102 0xE2 */ "ico-help", /* VK_ICO_HELP 0xE3 */ "ico-00", /* VK_ICO_00 0xE4 */ - 0, /* VK_PROCESSKEY 0xE5 */ + 0, /* VK_PROCESSKEY 0xE5 - used by IME */ "ico-clear", /* VK_ICO_CLEAR 0xE6 */ - "packet", /* VK_PACKET 0xE7 */ + 0, /* VK_PACKET 0xE7 - used to pass unicode chars */ 0, /* 0xE8 */ "reset", /* VK_OEM_RESET 0xE9 */ "jump", /* VK_OEM_JUMP 0xEA */