Mercurial > emacs
diff lisp/emacs-lisp/autoload.el @ 5843:d01185037467
(batch-update-autoloads): Add missing close paren.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 08 Feb 1994 04:53:09 +0000 |
parents | fd1e2c6f7bf5 |
children | 9d1ae808403b |
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el Tue Feb 08 04:01:10 1994 +0000 +++ b/lisp/emacs-lisp/autoload.el Tue Feb 08 04:53:09 1994 +0000 @@ -402,7 +402,7 @@ (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))))