# HG changeset patch # User Karl Heuer # Date 768631225 0 # Node ID 493a32789e7d7054dc18e5df1f7174aae8003f04 # Parent 35657813817c5b6e7985959fefb7c73ece692020 (update-file-autoloads): Delete leftover variable. diff -r 35657813817c -r 493a32789e7d lisp/emacs-lisp/autoload.el --- a/lisp/emacs-lisp/autoload.el Wed May 11 04:16:19 1994 +0000 +++ b/lisp/emacs-lisp/autoload.el Wed May 11 04:40:25 1994 +0000 @@ -310,8 +310,7 @@ (if (interactive-p) (message file " has no autoloads")) t)))) - (generate-file-autoloads file)) - (setq done t))) + (generate-file-autoloads file)))) (if (interactive-p) (save-buffer)) (if (and (null existing-buffer) (setq existing-buffer (get-file-buffer file)))