; 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
|
||||
(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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue