Don't lose arguments to eshell aliases (Bug#27954)
* lisp/eshell/em-alias.el (eshell-maybe-replace-by-alias): Use ARGS.
This commit is contained in:
parent
8ed6446300
commit
e66e81679c
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ file named by `eshell-aliases-file'.")
|
|||
(eshell-command-arguments ',eshell-last-arguments)
|
||||
(eshell-prevent-alias-expansion
|
||||
',(cons command eshell-prevent-alias-expansion)))
|
||||
,(eshell-parse-command (nth 1 alias))))))))
|
||||
,(eshell-parse-command (nth 1 alias) args)))))))
|
||||
|
||||
(defun eshell-alias-completions (name)
|
||||
"Find all possible completions for NAME.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue