(update-file-autoloads): Delete leftover variable.

This commit is contained in:
Karl Heuer 1994-05-11 04:40:25 +00:00
parent d59698c431
commit 57cf354dc9

View file

@ -310,8 +310,7 @@ autoloads go somewhere else.")
(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)))