]> git.eshelyaron.com Git - emacs.git/commit
Fix Tramp file name completion
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 10 Feb 2023 16:48:44 +0000 (17:48 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 10 Feb 2023 16:48:44 +0000 (17:48 +0100)
commitea29622e928f50522e424ee59b0f24bbb5a42eca
treea77189ee0405190966c123a990de96306773923a
parentab7c2f809219b0c29e7ee2b5ac66f18b0e657080
Fix Tramp file name completion

* lisp/net/tramp.el (tramp-completion-handle-expand-file-name):
Reimplement.  It must also work for the non-Tramp case.

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