]> git.eshelyaron.com Git - emacs.git/commit
Fix host name completion for Tramp "podman" method
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 29 Jan 2023 09:33:43 +0000 (10:33 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 29 Jan 2023 09:33:43 +0000 (10:33 +0100)
commite2b37f901d16d8e621d2adfed84f46a21a3716ab
treed52cbf5289524ad4bf884e2565bafe023891e4eb
parent840f8bfdc93b0efde6fd204db27c9fb6ff1ee152
Fix host name completion for Tramp "podman" method

* lisp/net/tramp-container.el (tramp-container--completion-function):
Rename from `tramp-docker--completion-function'.  Add argument
PROGRAM.  Use it for "docker" and "podman" host name completion.

* lisp/net/tramp.el (tramp-set-completion-function): Check, that
cdr of FUNCTION-LIST entries is a string.
lisp/net/tramp-container.el
lisp/net/tramp.el