diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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])) |