diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 2acf6aaa3cc..16b9006b15f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -10105,7 +10105,7 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last, | |||
| 10105 | XSETINT (new_key, XINT (key) & ~shift_modifier); | 10105 | XSETINT (new_key, XINT (key) & ~shift_modifier); |
| 10106 | else | 10106 | else |
| 10107 | XSETINT (new_key, (DOWNCASE (XINT (key) & ~CHAR_MODIFIER_MASK) | 10107 | XSETINT (new_key, (DOWNCASE (XINT (key) & ~CHAR_MODIFIER_MASK) |
| 10108 | | (XINT (key) & ~CHAR_MODIFIER_MASK))); | 10108 | | (XINT (key) & CHAR_MODIFIER_MASK))); |
| 10109 | 10109 | ||
| 10110 | /* We have to do this unconditionally, regardless of whether | 10110 | /* We have to do this unconditionally, regardless of whether |
| 10111 | the lower-case char is defined in the keymaps, because they | 10111 | the lower-case char is defined in the keymaps, because they |