diff options
| author | David Kastrup | 2002-12-15 22:40:03 +0000 |
|---|---|---|
| committer | David Kastrup | 2002-12-15 22:40:03 +0000 |
| commit | 4994a50d17db6195b0177ba0efabf7408d6b837a (patch) | |
| tree | 132cb9e54bd43d5ead9bb1d10e03b1fde3af3bbe | |
| parent | 76aea5a2c9a79811bcf31db4358f12fcdcd2ce85 (diff) | |
| download | emacs-4994a50d17db6195b0177ba0efabf7408d6b837a.tar.gz emacs-4994a50d17db6195b0177ba0efabf7408d6b837a.zip | |
(autoload-ensure-default-file): insert
missing space in file end comment.
| -rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 497103c5248..8f479416c9d 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -227,7 +227,7 @@ put the output in." | |||
| 227 | ";; no-update-autoloads: t\n" | 227 | ";; no-update-autoloads: t\n" |
| 228 | ";; End:\n" | 228 | ";; End:\n" |
| 229 | ";;; " (file-name-nondirectory file) | 229 | ";;; " (file-name-nondirectory file) |
| 230 | "ends here\n") | 230 | " ends here\n") |
| 231 | nil file)) | 231 | nil file)) |
| 232 | file) | 232 | file) |
| 233 | 233 | ||