mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-16 00:40:06 +00:00
(update-file-autoloads): Do nothing when there are no cookies.
This commit is contained in:
parent
164aeafee8
commit
d4f70b769d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue