From ea7974a656b210a7befdad10ad7f9fa3a00b0120 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 10 May 2001 03:52:13 +0000 Subject: [PATCH] Fixed reference to free variable. --- lisp/eshell/esh-cmd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index ef64fa95867..79df4d5ffba 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -1401,7 +1401,7 @@ messages, and errors." (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 -- 2.39.5