]> git.eshelyaron.com Git - emacs.git/commit
Support Tramp multi-hop completion
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 12 Feb 2023 19:22:10 +0000 (20:22 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 12 Feb 2023 19:22:10 +0000 (20:22 +0100)
commite0b60120a1c3433fe332bff56b5b7483b0424d5c
tree2ea628d82f1c4c633dd875e4f70c38deddd9635b
parentdde023b63ab82c38d33815409de5552f5bf349d1
Support Tramp multi-hop completion

* lisp/net/tramp.el (tramp-completion-handle-expand-file-name)
(tramp-completion-handle-file-exists-p)
(tramp-completion-handle-file-name-directory): Support multi-hop
completion.

* test/lisp/net/tramp-tests.el
(tramp-test26-interactive-file-name-completion): Fix test.
lisp/net/tramp.el
test/lisp/net/tramp-tests.el