Mercurial > emacs
changeset 1648:27e9f99fe095
src/ * data.c (indirect_function): Delete unused argument ERROR.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 06 Dec 1992 22:13:53 +0000 |
parents | bd3afc204773 |
children | c3225b867171 |
files | src/data.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Sun Dec 06 22:12:37 1992 +0000 +++ b/src/data.c Sun Dec 06 22:13:53 1992 +0000 @@ -1179,7 +1179,7 @@ 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;