summaryrefslogtreecommitdiff
path: root/src/data.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-12-06 22:13:53 +0000
committerJim Blandy <jimb@redhat.com>1992-12-06 22:13:53 +0000
commitf36ae6431f852d0207115ec6ae7ec1f618276ca4 (patch)
tree26ec77ba548b2b0e74e85c9c33f56bb021b3a6a7 /src/data.c
parent33c6dfd407c78217c18022be1952d0f1f97d2cc1 (diff)
downloademacs-f36ae6431f852d0207115ec6ae7ec1f618276ca4.tar.gz
src/ * data.c (indirect_function): Delete unused argument ERROR.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 70fb084fc97..3a19314873c 100644
--- a/src/data.c
+++ b/src/data.c
@@ -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;