From: Ken Raeburn Date: Mon, 19 Jun 2000 07:42:41 +0000 (+0000) Subject: missed one in last checkin X-Git-Tag: emacs-pretest-21.0.90~3253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebdb31e4f245a0e589e671f033895aa13f062e5e;p=emacs.git missed one in last checkin --- 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]))