1
0
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:
Roland McGrath 1993-07-03 07:22:04 +00:00
parent 164aeafee8
commit d4f70b769d

View File

@ -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))))