Mercurial > emacs
changeset 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 | e9cd26c4e4ff |
children | 445de172c217 |
files | lisp/emacs-lisp/autoload.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))))