]> git.eshelyaron.com Git - emacs.git/commit
(KEY_TO_CHAR): New macro.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 Nov 2007 04:45:32 +0000 (04:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 Nov 2007 04:45:32 +0000 (04:45 +0000)
commit21ec2c436582ae61ed6c4e8a1549d2924aa3b528
tree72c301a8b0d3ff8aa4e1cccca0fc3d5b112571d5
parent488f4498d44840182a299b50d933522d6b190859
(KEY_TO_CHAR): New macro.
(parse_modifiers, apply_modifiers): Accept integer arguments.
(read_key_sequence): Use them to unify the "shift->unshift" mapping
for chars and symbol keys.
After doing such remapping, apply function-key-map again.
src/ChangeLog
src/keyboard.c