aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn2000-06-19 07:42:41 +0000
committerKen Raeburn2000-06-19 07:42:41 +0000
commitebdb31e4f245a0e589e671f033895aa13f062e5e (patch)
treefab2507f665ea40a196286711c90041dfb0147ba /src
parent1435846670cbcd404415fcdbba7e61bd7ed9de24 (diff)
downloademacs-ebdb31e4f245a0e589e671f033895aa13f062e5e.tar.gz
emacs-ebdb31e4f245a0e589e671f033895aa13f062e5e.zip
missed one in last checkin
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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)
7337 followed by the corresponding non-meta character. 7337 followed by the corresponding non-meta character.
7338 Put the results into DEFS, since we are going to alter that anyway. 7338 Put the results into DEFS, since we are going to alter that anyway.
7339 Do not alter CURRENT or NEXT. */ 7339 Do not alter CURRENT or NEXT. */
7340 if (INTEGERP (key) && (XINT (key) & CHAR_META)) 7340 if (INTEGERP (key) && (XUINT (key) & CHAR_META))
7341 { 7341 {
7342 for (i = 0; i < nmaps; i++) 7342 for (i = 0; i < nmaps; i++)
7343 if (! NILP (current[i])) 7343 if (! NILP (current[i]))