aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 68c63c6d08b..e6bae09994e 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2130,7 +2130,7 @@ Control characters turn into "^char", etc. */)
2130 CHECK_NUMBER (character); 2130 CHECK_NUMBER (character);
2131 2131
2132 c = XINT (character); 2132 c = XINT (character);
2133 if (!SINGLE_BYTE_CHAR_P (c)) 2133 if (!ASCII_CHAR_P (c))
2134 { 2134 {
2135 int len = CHAR_STRING (c, str); 2135 int len = CHAR_STRING (c, str);
2136 2136