changeset 7456:493a32789e7d

(update-file-autoloads): Delete leftover variable.
author Karl Heuer <kwzh@gnu.org>
date Wed, 11 May 1994 04:40:25 +0000
parents 35657813817c
children 315fb6386b54
files lisp/emacs-lisp/autoload.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)))