diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-12-29 11:57:25 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-12-29 11:57:25 +0100 |
commit | 11f0635c199c97762b461e963a28eff7fc9aea97 (patch) | |
tree | 6243c25e737eec8af6354e099ae4e6c5fefd729a | |
parent | 3c83c9ed66e4989e7633bc3da48ae4b2de81166d (diff) | |
download | emacs-11f0635c199c97762b461e963a28eff7fc9aea97.tar.gz emacs-11f0635c199c97762b461e963a28eff7fc9aea97.tar.bz2 emacs-11f0635c199c97762b461e963a28eff7fc9aea97.zip |
; Remove comment in esh-proc.el
-rw-r--r-- | lisp/eshell/esh-proc.el | 1 |
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))) |