]> git.eshelyaron.com Git - emacs.git/commitdiff
(autoload-ensure-default-file): insert
authorDavid Kastrup <dak@gnu.org>
Sun, 15 Dec 2002 22:40:03 +0000 (22:40 +0000)
committerDavid Kastrup <dak@gnu.org>
Sun, 15 Dec 2002 22:40:03 +0000 (22:40 +0000)
missing space in file end comment.

lisp/emacs-lisp/autoload.el

index 497103c5248391a07b93179bd4ed087e2f48a260..8f479416c9dce29f7219b7c8b2fe76d217d3485c 100644 (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)