mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(update-file-autoloads): Do nothing when there are no cookies.
This commit is contained in:
parent
164aeafee8
commit
d4f70b769d
@ -235,6 +235,7 @@ autoloads go somewhere else.")
|
||||
(widen)
|
||||
(goto-char (point-min))
|
||||
(while (search-forward generate-autoload-section-header nil t)
|
||||
(or done (setq done 'seen))
|
||||
(let ((form (condition-case ()
|
||||
(read (current-buffer))
|
||||
(end-of-file nil))))
|
||||
|
Loading…
Reference in New Issue
Block a user