missed one in last checkin

This commit is contained in:
Ken Raeburn
2000-06-19 07:42:41 +00:00
parent 1435846670
commit ebdb31e4f2

View File

@@ -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]))