; * lisp/eshell/esh-ext.el (eshell-remote-command): Improve last change.
This commit is contained in:
parent
e260bf1be7
commit
59b889885d
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ file; if COMMAND is a local file name, run it locally."
|
|||
;; "cat" as the result.
|
||||
(command-localname (or (file-remote-p command 'localname 'never)
|
||||
command)))
|
||||
(eshell-external-command command-localname args)))
|
||||
(eshell-connection-local-command command-localname args)))
|
||||
|
||||
(defun eshell-connection-local-command (command args)
|
||||
"Insert output from an external COMMAND, using ARGS.
|
||||
|
|
Loading…
Add table
Reference in a new issue