Mercurial > emacs
diff src/data.c @ 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 | 768d4c10c2bf |
| children | 04fb1d3d6992 |
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;
