(generate-file-autoloads): Don't ignore the line
after the form marked by a ;;;###autoload\n.
This commit is contained in:
parent
966bcdddf1
commit
ad9c7f2b76
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue