(get_local_map): Use indirect_function,
not Findirect_function.
This commit is contained in:
parent
2727132911
commit
b988a84237
1 changed files with 1 additions and 1 deletions
|
@ -2063,7 +2063,7 @@ get_local_map (position, buffer)
|
|||
/* Use the local map only if it is valid. */
|
||||
/* Do allow symbols that are defined as keymaps. */
|
||||
if (SYMBOLP (prop) && !NILP (prop))
|
||||
prop = Findirect_function (prop);
|
||||
prop = indirect_function (prop);
|
||||
if (!NILP (prop)
|
||||
&& (tem = Fkeymapp (prop), !NILP (tem)))
|
||||
return prop;
|
||||
|
|
Loading…
Add table
Reference in a new issue