diff src/intervals.c @ 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 062f4c69ff56
children c3c9cc1c2379
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;