# HG changeset patch # User Richard M. Stallman # Date 842392486 0 # Node ID af6ef293cb428098f7032615578de0c903c0626d # Parent 1713fe640e41ed92dfff7bf1d600948e78ea3ab7 (update-file-autoloads): Don't barf if autoloads file file is completely empty. diff -r 1713fe640e41 -r af6ef293cb42 lisp/emacs-lisp/autoload.el --- a/lisp/emacs-lisp/autoload.el Tue Sep 10 20:02:42 1996 +0000 +++ b/lisp/emacs-lisp/autoload.el Tue Sep 10 21:54:46 1996 +0000 @@ -337,7 +337,7 @@ (setq found 'new) ;; No later sections in the file. Put before the last page. (goto-char (point-max)) - (search-backward "\f"))) + (search-backward "\f" nil t))) (or (eq found 'up-to-date) (and (eq found 'new) ;; Check that FILE has any cookies before generating a