# HG changeset patch # User Andreas Schwab # Date 880727953 0 # Node ID cf1b52f5c34a966da350e30c22d2b9669025b5bd # Parent ed6e0d0465c49c14aba165e6e5623cf28530b0f1 (do_autoload): Return void. diff -r ed6e0d0465c4 -r cf1b52f5c34a src/eval.c --- a/src/eval.c Fri Nov 28 14:37:15 1997 +0000 +++ b/src/eval.c Fri Nov 28 14:39:13 1997 +0000 @@ -1618,6 +1618,7 @@ FUNNAME is the symbol which is the function's name. FUNDEF is the autoload definition (a list). */ +void do_autoload (fundef, funname) Lisp_Object fundef, funname; {