# HG changeset patch # User Ken Raeburn # Date 961400561 0 # Node ID bf15c290522e7cdcf6cb87242d985ae6a97d2120 # Parent f0f1e13656704c1d71770aa422864e6cb177fcd6 missed one in last checkin diff -r f0f1e1365670 -r bf15c290522e src/keyboard.c --- a/src/keyboard.c Mon Jun 19 07:21:13 2000 +0000 +++ b/src/keyboard.c Mon Jun 19 07:42:41 2000 +0000 @@ -7337,7 +7337,7 @@ 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]))