Variable: tramp-completion-function-alist-putty

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

Value

((tramp-parse-putty "~/.putty/sessions"))

Documentation

Default list of (FUNCTION REGISTRY) pairs to be examined for putty sessions.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
;;;###tramp-autoload
(defconst tramp-completion-function-alist-putty
  `((tramp-parse-putty
     ,(if (eq system-type 'windows-nt)
	  "HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions"
	"~/.putty/sessions")))
 "Default list of (FUNCTION REGISTRY) pairs to be examined for putty sessions.")