; Remove comment in esh-proc.el
This commit is contained in:
parent
3c83c9ed66
commit
11f0635c19
1 changed files with 0 additions and 1 deletions
|
@ -279,7 +279,6 @@ See `eshell-needs-pipe'."
|
||||||
(let ((process-connection-type
|
(let ((process-connection-type
|
||||||
(unless (eshell-needs-pipe-p command)
|
(unless (eshell-needs-pipe-p command)
|
||||||
process-connection-type))
|
process-connection-type))
|
||||||
;; `start-process' can't deal with relative filenames.
|
|
||||||
(command (file-local-name (expand-file-name command))))
|
(command (file-local-name (expand-file-name command))))
|
||||||
(apply 'start-file-process
|
(apply 'start-file-process
|
||||||
(file-name-nondirectory command) nil command args)))
|
(file-name-nondirectory command) nil command args)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue