summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-integration.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-10-18 19:39:34 +0200
committerMichael Albinus <michael.albinus@gmx.de>2022-10-18 19:39:34 +0200
commit40d2ed9bab2d1c060f50f0c23b3dda47a846f764 (patch)
tree13499937fe861753888e4a7a87532ce8c4d14524 /lisp/net/tramp-integration.el
parentcd1a81e572d96c93a1c58b8f85f6105f380342c8 (diff)
downloademacs-40d2ed9bab2d1c060f50f0c23b3dda47a846f764.tar.gz
* lisp/net/tramp.el (tramp-file-name-equal-p): Fix docstring.
Diffstat (limited to 'lisp/net/tramp-integration.el')
-rw-r--r--lisp/net/tramp-integration.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/tramp-integration.el b/lisp/net/tramp-integration.el
index 4be019edd9d..78107e1a03b 100644
--- a/lisp/net/tramp-integration.el
+++ b/lisp/net/tramp-integration.el
@@ -125,6 +125,8 @@ been set up by `rfn-eshadow-setup-minibuffer'."
;; eshell.el keeps the path in `eshell-path-env'. We must change it
;; when `default-directory' points to another host.
+;; This is fixed in Eshell with Emacs 29.1.
+
(defun tramp-eshell-directory-change ()
"Set `eshell-path-env' to $PATH of the host related to `default-directory'."
;; Remove last element of `(exec-path)', which is `exec-directory'.