* net/tramp.el (tramp-check-cached-permissions): Include hop in
the constructed Tramp file name. Fixes: debbugs:18943
This commit is contained in:
parent
499a7f1cdb
commit
121ccd275a
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-11-07 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp.el (tramp-check-cached-permissions): Include hop in
|
||||
the constructed Tramp file name. (Bug#18943)
|
||||
|
||||
2014-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emulation/cua-base.el (cua--select-keymaps): Use region-active-p
|
||||
|
|
|
@ -3919,7 +3919,8 @@ be granted."
|
|||
(tramp-file-name-method vec)
|
||||
(tramp-file-name-user vec)
|
||||
(tramp-file-name-host vec)
|
||||
(tramp-file-name-localname vec))
|
||||
(tramp-file-name-localname vec)
|
||||
(tramp-file-name-hop vec))
|
||||
(intern suffix))))
|
||||
(remote-uid
|
||||
(tramp-get-connection-property
|
||||
|
|
Loading…
Add table
Reference in a new issue