; Remove comment in esh-proc.el

This commit is contained in:
Michael Albinus 2018-12-29 11:57:25 +01:00
parent 3c83c9ed66
commit 11f0635c19

View file

@ -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)))