Mercurial > emacs
changeset 19237:42cc2b7bc6c6
(do_autoload): Require a suffix for the file.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Aug 1997 03:06:55 +0000 |
parents | 9bfe8a6b9575 |
children | 24bfe6095dfe |
files | src/eval.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/eval.c Sat Aug 09 02:53:48 1997 +0000 +++ b/src/eval.c Sat Aug 09 03:06:55 1997 +0000 @@ -1632,7 +1632,7 @@ /* Value saved here is to be restored into Vautoload_queue */ record_unwind_protect (un_autoload, Vautoload_queue); Vautoload_queue = Qt; - Fload (Fcar (Fcdr (fundef)), Qnil, noninteractive ? Qt : Qnil, Qnil, Qnil); + Fload (Fcar (Fcdr (fundef)), Qnil, noninteractive ? Qt : Qnil, Qnil, Qt); /* Save the old autoloads, in case we ever do an unload. */ queue = Vautoload_queue;