(do_autoload): Return void.
authorAndreas Schwab <schwab@suse.de>
Fri, 28 Nov 1997 14:39:13 +0000 (14:39 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 28 Nov 1997 14:39:13 +0000 (14:39 +0000)
src/eval.c

index cab8fd8..f7fad36 100644 (file)
@@ -1618,6 +1618,7 @@ un_autoload (oldqueue)
    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;
 {