# HG changeset patch # User Roland McGrath # Date 741684124 0 # Node ID b292a011b5f4cd2c62c65052242de741b84b8647 # Parent c4696ff3b067b7c294976ba66e8ff446e58764be (update-file-autoloads): Do nothing when there are no cookies. diff -r c4696ff3b067 -r b292a011b5f4 lisp/emacs-lisp/autoload.el --- a/lisp/emacs-lisp/autoload.el Sat Jul 03 07:19:24 1993 +0000 +++ b/lisp/emacs-lisp/autoload.el Sat Jul 03 07:22:04 1993 +0000 @@ -235,6 +235,7 @@ (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))))