]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove comment in esh-proc.el
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Dec 2018 10:57:25 +0000 (11:57 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Dec 2018 10:57:25 +0000 (11:57 +0100)
lisp/eshell/esh-proc.el

index ee74762193d709052c6dd7a65ac7dab982ff6bc6..97170eb04b7b817e70ed9771e8e800714e18ac4c 100644 (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)))