From b988a8423794343934818067ceb955a88c008fbd Mon Sep 17 00:00:00 2001 From: Phillip Rulon Date: Sat, 9 Oct 1999 00:50:15 +0000 Subject: [PATCH] (get_local_map): Use indirect_function, not Findirect_function. --- src/intervals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intervals.c b/src/intervals.c index 6b9b817e8ab..ef4f54be834 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -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; -- 2.39.5