mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
(Flookup_key, Fdefine_key): Use Fevent_convert_list.
This commit is contained in:
parent
a1706c30d6
commit
41015a196c
1 changed files with 2 additions and 2 deletions
|
|
@ -607,7 +607,7 @@ the front of KEYMAP.")
|
|||
c = Faref (key, make_number (idx));
|
||||
|
||||
if (CONSP (c) && lucid_event_type_list_p (c))
|
||||
c = convert_event_type_list (c);
|
||||
c = Fevent_convert_list (c);
|
||||
|
||||
if (INTEGERP (c)
|
||||
&& (XINT (c) & meta_bit)
|
||||
|
|
@ -701,7 +701,7 @@ recognize the default bindings, just as `read-key-sequence' does.")
|
|||
c = Faref (key, make_number (idx));
|
||||
|
||||
if (CONSP (c) && lucid_event_type_list_p (c))
|
||||
c = convert_event_type_list (c);
|
||||
c = Fevent_convert_list (c);
|
||||
|
||||
if (INTEGERP (c)
|
||||
&& (XINT (c) & meta_bit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue