# HG changeset patch # User John Wiegley # Date 989466733 0 # Node ID ebd292552bfedde06a27a19cf6344fda77cdc30d # Parent 74b3a3b5aa87f1be82527ee92befb71003d4cfe9 Fixed reference to free variable. diff -r 74b3a3b5aa87 -r ebd292552bfe lisp/eshell/esh-cmd.el --- 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