From ebdb31e4f245a0e589e671f033895aa13f062e5e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 19 Jun 2000 07:42:41 +0000 Subject: [PATCH] missed one in last checkin --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index dd115816781..e1eb54175ac 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -7337,7 +7337,7 @@ follow_key (key, nmaps, current, defs, next) followed by the corresponding non-meta character. Put the results into DEFS, since we are going to alter that anyway. Do not alter CURRENT or NEXT. */ - if (INTEGERP (key) && (XINT (key) & CHAR_META)) + if (INTEGERP (key) && (XUINT (key) & CHAR_META)) { for (i = 0; i < nmaps; i++) if (! NILP (current[i])) -- 2.39.5