comparison lisp/emacs-lisp/autoload.el @ 48855:b2730a8dee9a

(autoload-ensure-default-file): insert missing space in file end comment.
author David Kastrup <dak@gnu.org>
date Sun, 15 Dec 2002 22:40:03 +0000
parents c1ae448c795b
children b418e4d949ac
comparison
equal deleted inserted replaced
48854:101f8d8a2049 48855:b2730a8dee9a
225 ";; version-control: never\n" 225 ";; version-control: never\n"
226 ";; no-byte-compile: t\n" 226 ";; no-byte-compile: t\n"
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
234 (defun autoload-insert-section-header (outbuf autoloads load-name file time) 234 (defun autoload-insert-section-header (outbuf autoloads load-name file time)
235 "Insert the section-header line, 235 "Insert the section-header line,