diff options
| author | Andreas Schwab | 1997-11-28 14:39:13 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1997-11-28 14:39:13 +0000 |
| commit | 045ba794d526381249d7cc1e6dd775ac9acbe238 (patch) | |
| tree | 7ac0748202978fc73ae84d952556a853129edd1f /src | |
| parent | 3d03cf9fdbaeb9d0f7d7e2a4bac322126c128ed7 (diff) | |
| download | emacs-045ba794d526381249d7cc1e6dd775ac9acbe238.tar.gz emacs-045ba794d526381249d7cc1e6dd775ac9acbe238.zip | |
(do_autoload): Return void.
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 | { |