diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keymap.c b/src/keymap.c index 31e6c9c4d69..e89e9e4501e 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -607,7 +607,7 @@ the front of KEYMAP.") | |||
| 607 | c = Faref (key, make_number (idx)); | 607 | c = Faref (key, make_number (idx)); |
| 608 | 608 | ||
| 609 | if (CONSP (c) && lucid_event_type_list_p (c)) | 609 | if (CONSP (c) && lucid_event_type_list_p (c)) |
| 610 | c = convert_event_type_list (c); | 610 | c = Fevent_convert_list (c); |
| 611 | 611 | ||
| 612 | if (INTEGERP (c) | 612 | if (INTEGERP (c) |
| 613 | && (XINT (c) & meta_bit) | 613 | && (XINT (c) & meta_bit) |
| @@ -701,7 +701,7 @@ recognize the default bindings, just as `read-key-sequence' does.") | |||
| 701 | c = Faref (key, make_number (idx)); | 701 | c = Faref (key, make_number (idx)); |
| 702 | 702 | ||
| 703 | if (CONSP (c) && lucid_event_type_list_p (c)) | 703 | if (CONSP (c) && lucid_event_type_list_p (c)) |
| 704 | c = convert_event_type_list (c); | 704 | c = Fevent_convert_list (c); |
| 705 | 705 | ||
| 706 | if (INTEGERP (c) | 706 | if (INTEGERP (c) |
| 707 | && (XINT (c) & meta_bit) | 707 | && (XINT (c) & meta_bit) |