]> git.eshelyaron.com Git - emacs.git/commitdiff
(batch-update-autoloads): Add missing close paren.
authorKarl Heuer <kwzh@gnu.org>
Tue, 8 Feb 1994 04:53:09 +0000 (04:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 8 Feb 1994 04:53:09 +0000 (04:53 +0000)
lisp/emacs-lisp/autoload.el

index 0a8ebb6524d372594a5cfa058ad650b4d2d42299..254a7d392797032c5f29a8a8bfc05138cc0938f8 100644 (file)
@@ -402,7 +402,7 @@ For example, invoke \"emacs -batch -f batch-update-autoloads *.el\""
                (funcall frob (car rest))
                (setq rest (cdr rest))))
          (funcall frob (car args)))
-       (setq args (cdr args)))
+       (setq args (cdr args))))
     (save-some-buffers t)
     (message "Done")
     (kill-emacs (if lost 1 0))))