emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 11f0635: ; Remove comment in esh-proc.el


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 11f0635: ; Remove comment in esh-proc.el
Date: Sat, 29 Dec 2018 05:57:33 -0500 (EST)

branch: emacs-26
commit 11f0635c199c97762b461e963a28eff7fc9aea97
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; 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 ee74762..97170eb 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]