diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index e503172cfa4..82ee642923c 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -550,7 +550,7 @@ access_keymap (map, idx, t_ok, noinherit, autoload) | |||
| 550 | /* KEY is the generic character of the charset of IDX. | 550 | /* KEY is the generic character of the charset of IDX. |
| 551 | Use KEY's binding if there isn't a binding for IDX | 551 | Use KEY's binding if there isn't a binding for IDX |
| 552 | itself. */ | 552 | itself. */ |
| 553 | generic_binding = binding; | 553 | generic_binding = XCDR (binding); |
| 554 | } | 554 | } |
| 555 | else if (t_ok && EQ (XCAR (binding), Qt)) | 555 | else if (t_ok && EQ (XCAR (binding), Qt)) |
| 556 | t_binding = XCDR (binding); | 556 | t_binding = XCDR (binding); |