(generate-file-autoloads): Don't ignore the line

after the form marked by a ;;;###autoload\n.
This commit is contained in:
Richard M. Stallman 1994-03-10 04:18:10 +00:00
parent 966bcdddf1
commit ad9c7f2b76

View file

@ -158,7 +158,7 @@ are used."
(if (eolp)
;; Read the next form and make an autoload.
(let* ((form (prog1 (read (current-buffer))
(forward-line 1)))
(or (bolp) (forward-line 1))))
(autoload (make-autoload form load-name))
(doc-string-elt (get (car-safe form)
'doc-string-elt)))