aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1997-11-28 14:39:13 +0000
committerAndreas Schwab1997-11-28 14:39:13 +0000
commit045ba794d526381249d7cc1e6dd775ac9acbe238 (patch)
tree7ac0748202978fc73ae84d952556a853129edd1f /src
parent3d03cf9fdbaeb9d0f7d7e2a4bac322126c128ed7 (diff)
downloademacs-045ba794d526381249d7cc1e6dd775ac9acbe238.tar.gz
emacs-045ba794d526381249d7cc1e6dd775ac9acbe238.zip
(do_autoload): Return void.
Diffstat (limited to 'src')
-rw-r--r--src/eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index cab8fd854ab..f7fad365036 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1618,6 +1618,7 @@ un_autoload (oldqueue)
1618 FUNNAME is the symbol which is the function's name. 1618 FUNNAME is the symbol which is the function's name.
1619 FUNDEF is the autoload definition (a list). */ 1619 FUNDEF is the autoload definition (a list). */
1620 1620
1621void
1621do_autoload (fundef, funname) 1622do_autoload (fundef, funname)
1622 Lisp_Object fundef, funname; 1623 Lisp_Object fundef, funname;
1623{ 1624{