From: Michael Albinus Date: Sat, 29 Dec 2018 10:57:25 +0000 (+0100) Subject: ; Remove comment in esh-proc.el X-Git-Tag: emacs-26.1.91~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11f0635c199c97762b461e963a28eff7fc9aea97;p=emacs.git ; Remove comment in esh-proc.el --- 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)))