(autoload-ensure-default-file): insert

missing space in file end comment.
This commit is contained in:
David Kastrup 2002-12-15 22:40:03 +00:00
parent 76aea5a2c9
commit 4994a50d17

View file

@ -227,7 +227,7 @@ put the output in."
";; no-update-autoloads: t\n"
";; End:\n"
";;; " (file-name-nondirectory file)
"ends here\n")
" ends here\n")
nil file))
file)