From 11f0635c199c97762b461e963a28eff7fc9aea97 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 29 Dec 2018 11:57:25 +0100 Subject: [PATCH] ; Remove comment in esh-proc.el --- lisp/eshell/esh-proc.el | 1 - 1 file changed, 1 deletion(-) 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))) -- 2.39.5