; Another Tramp fix
* lisp/net/tramp.el (tramp-skeleton-file-truename): Remove possible trailing slash.
This commit is contained in:
parent
9816c61c48
commit
2658f4eab9
1 changed files with 2 additions and 1 deletions
|
@ -3632,7 +3632,8 @@ BODY is the backend specific code."
|
|||
;; it for security reasons.
|
||||
(when (tramp-tramp-file-p result)
|
||||
(setq result (file-name-quote result 'top)))
|
||||
result)))))))
|
||||
;; Remove possible trailing slash.
|
||||
(directory-file-name result))))))))
|
||||
|
||||
(defmacro tramp-skeleton-make-directory (dir &optional parents &rest body)
|
||||
"Skeleton for `tramp-*-handle-make-directory'.
|
||||
|
|
Loading…
Add table
Reference in a new issue