projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e260bf1
)
; * lisp/eshell/esh-ext.el (eshell-remote-command): Improve last change.
author
Jim Porter
<jporterbugs@gmail.com>
Thu, 16 May 2024 05:22:56 +0000
(22:22 -0700)
committer
Jim Porter
<jporterbugs@gmail.com>
Thu, 16 May 2024 05:22:56 +0000
(22:22 -0700)
lisp/eshell/esh-ext.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-ext.el
b/lisp/eshell/esh-ext.el
index c1f2d6d14acb60ff661ccb595ab11875cdc7d8e3..df8f71989172194d7dd2a17f7b54be6c50eb29d1 100644
(file)
--- 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-
extern
al-command command-localname args)))
+ (eshell-
connection-loc
al-command command-localname args)))
(defun eshell-connection-local-command (command args)
"Insert output from an external COMMAND, using ARGS.