[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 59b889885d1: ; * lisp/eshell/esh-ext.el (eshell-remote-command):
From: |
Jim Porter |
Subject: |
master 59b889885d1: ; * lisp/eshell/esh-ext.el (eshell-remote-command): Improve last change. |
Date: |
Thu, 16 May 2024 01:24:00 -0400 (EDT) |
branch: master
commit 59b889885d1f18b9325bd0db3458d3537e6b5f2a
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>
; * lisp/eshell/esh-ext.el (eshell-remote-command): Improve last change.
---
lisp/eshell/esh-ext.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el
index c1f2d6d14ac..df8f7198917 100644
--- a/lisp/eshell/esh-ext.el
+++ b/lisp/eshell/esh-ext.el
@@ -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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 59b889885d1: ; * lisp/eshell/esh-ext.el (eshell-remote-command): Improve last change.,
Jim Porter <=