Mercurial > emacs
changeset 37665:ebd292552bfe
Fixed reference to free variable.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Thu, 10 May 2001 03:52:13 +0000 |
parents | 74b3a3b5aa87 |
children | 16a7e84d5ff3 |
files | lisp/eshell/esh-cmd.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-cmd.el Thu May 10 03:51:34 2001 +0000 +++ b/lisp/eshell/esh-cmd.el Thu May 10 03:52:13 2001 +0000 @@ -1401,7 +1401,7 @@ (if (and (stringp arg) (> (length arg) 0) (get-text-property 0 'number arg)) - (setcar a (string-to-number arg)))) + (setcar args (string-to-number arg)))) (setq args (cdr args)))) (eshell-apply object eshell-last-arguments)) (setq eshell-last-arguments args