src/\f * data.c (indirect_function): Delete unused argument ERROR.
authorJim Blandy <jimb@redhat.com>
Sun, 6 Dec 1992 22:13:53 +0000 (22:13 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 6 Dec 1992 22:13:53 +0000 (22:13 +0000)
src/data.c

index 70fb084..3a19314 100644 (file)
@@ -1179,7 +1179,7 @@ From now on the default value will apply in this buffer.")
    This is like Findirect_function, except that it doesn't signal an
    error if the chain ends up unbound.  */
 Lisp_Object
-indirect_function (object, error)
+indirect_function (object)
   register Lisp_Object object;
 {
   Lisp_Object tortise, hare;