changeset 29729:bf15c290522e

missed one in last checkin
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 19 Jun 2000 07:42:41 +0000
parents f0f1e1365670
children 8b7b0c7c65db
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]))