Mercurial > emacs
changeset 25945:365b6c7f12d3
(get_local_map): Use indirect_function,
not Findirect_function.
author | Phillip Rulon <pjr@gnu.org> |
---|---|
date | Sat, 09 Oct 1999 00:50:15 +0000 |
parents | 823a4e359bab |
children | 6440bf35a837 |
files | src/intervals.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/intervals.c Fri Oct 08 23:57:58 1999 +0000 +++ b/src/intervals.c Sat Oct 09 00:50:15 1999 +0000 @@ -2063,7 +2063,7 @@ /* 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;