]> git.eshelyaron.com Git - emacs.git/commitdiff
missed one in last checkin
authorKen Raeburn <raeburn@raeburn.org>
Mon, 19 Jun 2000 07:42:41 +0000 (07:42 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Mon, 19 Jun 2000 07:42:41 +0000 (07:42 +0000)
src/keyboard.c

index dd115816781d4808ea796f2ed0ad221c982c0a8c..e1eb54175ac96d6933574ae4d7343d2f71c1a622 100644 (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]))