aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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{