]> git.eshelyaron.com Git - emacs.git/commit
Fix Tramp completion on MS Windows
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 10 Oct 2022 19:46:24 +0000 (21:46 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 10 Oct 2022 19:46:24 +0000 (21:46 +0200)
commit5df95ba039d93b26b11adcf61646467cd7174740
tree9cd4351109916e604175262605974630bb1a9267
parent345de32a5db8ef165feeda77c99ce56e4d6e911c
Fix Tramp completion on MS Windows

* lisp/net/tramp.el (tramp-build-remote-file-name-spec-regexp):
Revert previous change, it's too complicate.
(tramp-build-completion-file-name-regexp):
Use `tramp-prefix-format' instead of `tramp-prefix-regexp'.  (Bug#558133)
lisp/net/tramp.el