projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c83c9e
)
; Remove comment in esh-proc.el
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 29 Dec 2018 10:57:25 +0000
(11:57 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 29 Dec 2018 10:57:25 +0000
(11:57 +0100)
lisp/eshell/esh-proc.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-proc.el
b/lisp/eshell/esh-proc.el
index ee74762193d709052c6dd7a65ac7dab982ff6bc6..97170eb04b7b817e70ed9771e8e800714e18ac4c 100644
(file)
--- a/
lisp/eshell/esh-proc.el
+++ b/
lisp/eshell/esh-proc.el
@@
-279,7
+279,6
@@
See `eshell-needs-pipe'."
(let ((process-connection-type
(unless (eshell-needs-pipe-p command)
process-connection-type))
- ;; `start-process' can't deal with relative filenames.
(command (file-local-name (expand-file-name command))))
(apply 'start-file-process
(file-name-nondirectory command) nil command args)))