Variable: tramp-multi-hop-p-hook

tramp-multi-hop-p-hook is a variable defined in tramp.el.gz.

Value

nil

Documentation

Abnormal hook for tramp-multi-hop-p.

This can be used by external Tramp backends to inform, that they are multi-hop capable.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defvar tramp-multi-hop-p-hook nil
  "Abnormal hook for `tramp-multi-hop-p'.
This can be used by external Tramp backends to inform, that they are
multi-hop capable.")