Variable: tramp-postfix-hop-regexp

tramp-postfix-hop-regexp is a variable defined in tramp.el.gz.

Value

"|"

Documentation

Regexp matching delimiter after ad-hoc hop definitions.

Derived from tramp-postfix-hop-format.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defconst tramp-postfix-hop-regexp (regexp-quote tramp-postfix-hop-format)
  "Regexp matching delimiter after ad-hoc hop definitions.
Derived from `tramp-postfix-hop-format'.")