From 588fc8bdf03a873fdb53ce3db2b8e874990b3f77 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 21 Dec 2000 01:58:28 +0000 Subject: [PATCH] (push_key_description): Don't convert eight-bit-control and eight-bit-graphic to multibyte character. --- src/keymap.c | 3 --- 1 file changed, 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) *p++ = c; else { - if (! NILP (current_buffer->enable_multibyte_characters)) - c = unibyte_char_to_multibyte (c); - if (NILP (current_buffer->enable_multibyte_characters) || SINGLE_BYTE_CHAR_P (c) || ! char_valid_p (c, 0)) -- 2.39.2