]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed reference to free variable.
authorJohn Wiegley <johnw@newartisans.com>
Thu, 10 May 2001 03:52:13 +0000 (03:52 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 10 May 2001 03:52:13 +0000 (03:52 +0000)
lisp/eshell/esh-cmd.el

index ef64fa95867780876613c6964dec906e94bfd424..79df4d5ffbaa3ed1f94de7e338805fcc760d19da 100644 (file)
@@ -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