summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-12-29 11:57:25 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-12-29 11:57:25 +0100
commit11f0635c199c97762b461e963a28eff7fc9aea97 (patch)
tree6243c25e737eec8af6354e099ae4e6c5fefd729a
parent3c83c9ed66e4989e7633bc3da48ae4b2de81166d (diff)
downloademacs-11f0635c199c97762b461e963a28eff7fc9aea97.tar.gz
; Remove comment in esh-proc.el
-rw-r--r--lisp/eshell/esh-proc.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index ee74762193d..97170eb04b7 100644
--- 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)))