diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keymap.c b/src/keymap.c index e015bf92f5d..0c1a1146d15 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1863,9 +1863,6 @@ push_key_description (c, p) | |||
| 1863 | *p++ = c; | 1863 | *p++ = c; |
| 1864 | else | 1864 | else |
| 1865 | { | 1865 | { |
| 1866 | if (! NILP (current_buffer->enable_multibyte_characters)) | ||
| 1867 | c = unibyte_char_to_multibyte (c); | ||
| 1868 | |||
| 1869 | if (NILP (current_buffer->enable_multibyte_characters) | 1866 | if (NILP (current_buffer->enable_multibyte_characters) |
| 1870 | || SINGLE_BYTE_CHAR_P (c) | 1867 | || SINGLE_BYTE_CHAR_P (c) |
| 1871 | || ! char_valid_p (c, 0)) | 1868 | || ! char_valid_p (c, 0)) |