(Fkeymap_parent): Undefined autoload -> 1.
This commit is contained in:
parent
db785038bb
commit
1ed6d8ef37
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ DEFUN ("keymap-parent", Fkeymap_parent, Skeymap_parent, 1, 1, 0,
|
|||
return list;
|
||||
}
|
||||
|
||||
return get_keymap_1(list, 0, autoload);
|
||||
return get_keymap_1(list, 0, 1);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue