# HG changeset patch # User Phillip Rulon # Date 939430215 0 # Node ID 365b6c7f12d3bd314fb2399c0ad31b116db7f293 # Parent 823a4e359babc39ab07d1f7bb0b975b50a8ecee1 (get_local_map): Use indirect_function, not Findirect_function. diff -r 823a4e359bab -r 365b6c7f12d3 src/intervals.c --- 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;