summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-05-11 04:40:25 +0000
committerKarl Heuer <kwzh@gnu.org>1994-05-11 04:40:25 +0000
commit57cf354dc92368718381a11848ad25dc34580ae6 (patch)
treedffc8c7b8d1256fc5afae5f63d8b6dda242b395e /lisp/emacs-lisp
parentd59698c431e4bff8680ac2779084c89d11eed3d7 (diff)
downloademacs-57cf354dc92368718381a11848ad25dc34580ae6.tar.gz
(update-file-autoloads): Delete leftover variable.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/autoload.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 634cdf662fd..5ed050941e2 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -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)))