diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 1 |
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 | ||
| 1621 | void | ||
| 1621 | do_autoload (fundef, funname) | 1622 | do_autoload (fundef, funname) |
| 1622 | Lisp_Object fundef, funname; | 1623 | Lisp_Object fundef, funname; |
| 1623 | { | 1624 | { |