diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 6e9077805f1..a80b14d538d 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1645,7 +1645,7 @@ spaces are put between sequence elements, etc.") | |||
| 1645 | c = XSTRING (keys)->data[i++]; | 1645 | c = XSTRING (keys)->data[i++]; |
| 1646 | 1646 | ||
| 1647 | if (c & 0x80) | 1647 | if (c & 0x80) |
| 1648 | XSETFASTINT (XVECTOR (vector)->contents[i], | 1648 | XSETFASTINT (XVECTOR (vector)->contents[i_before], |
| 1649 | meta_modifier | (c & ~0x80)); | 1649 | meta_modifier | (c & ~0x80)); |
| 1650 | else | 1650 | else |
| 1651 | XSETFASTINT (XVECTOR (vector)->contents[i_before], c); | 1651 | XSETFASTINT (XVECTOR (vector)->contents[i_before], c); |