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:
parent
90d94608c6
commit
ea7974a656
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue