1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Fixed reference to free variable.

This commit is contained in:
John Wiegley 2001-05-10 03:52:13 +00:00
parent 90d94608c6
commit ea7974a656

View 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