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 f760969b21f..594fccff967 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -2024,7 +2024,7 @@ push_key_description (c, p, force_multibyte) | |||
| 2024 | { | 2024 | { |
| 2025 | *p++ = c; | 2025 | *p++ = c; |
| 2026 | } | 2026 | } |
| 2027 | else if (CHARACTERP (c)) | 2027 | else if (CHARACTERP (make_number (c))) |
| 2028 | { | 2028 | { |
| 2029 | if (NILP (current_buffer->enable_multibyte_characters)) | 2029 | if (NILP (current_buffer->enable_multibyte_characters)) |
| 2030 | *p++ = multibyte_char_to_unibyte (c, Qnil); | 2030 | *p++ = multibyte_char_to_unibyte (c, Qnil); |