tramp-default-host-alist

tramp-default-host-alist is a variable defined in `tramp.el'.
Its value is
(("adb" nil ""))

Original value was


Documentation:
Default host to use for specific method/user pairs.
This is an alist of items (METHOD USER HOST). The first matching item
specifies the host to use for a file name which does not specify a
host. METHOD and HOST are regular expressions or nil, which is
interpreted as a regular expression which always matches. If no entry
matches, the variable `tramp-default-host' takes effect.

If the file name does not specify the method, lookup is done using the
empty string for the method name.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.4 of Emacs.