Mercurial > emacs
changeset 20644:52c939e2dd32
(Fkey_description): Remember to set i_before.
and use it in all cases.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 12 Jan 1998 12:52:55 +0000 |
parents | 2a37005dcd69 |
children | 2fa07b9c8bec |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.c Mon Jan 12 11:43:22 1998 +0000 +++ b/src/keymap.c Mon Jan 12 12:52:55 1998 +0000 @@ -1645,7 +1645,7 @@ c = XSTRING (keys)->data[i++]; if (c & 0x80) - XSETFASTINT (XVECTOR (vector)->contents[i], + XSETFASTINT (XVECTOR (vector)->contents[i_before], meta_modifier | (c & ~0x80)); else XSETFASTINT (XVECTOR (vector)->contents[i_before], c);