Variable: tramp-completion-function-alist-telnet

tramp-completion-function-alist-telnet is a variable defined in tramp-sh.el.gz.

Value

((tramp-parse-hosts "/etc/hosts"))

Documentation

Default list of (FUNCTION FILE) pairs to be examined for telnet methods.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
;;;###tramp-autoload
(defconst tramp-completion-function-alist-telnet
  '((tramp-parse-hosts "/etc/hosts"))
  "Default list of (FUNCTION FILE) pairs to be examined for telnet methods.")