Function: tramp-build-postfix-method-regexp
tramp-build-postfix-method-regexp is a byte-compiled function defined
in tramp.el.gz.
Signature
(tramp-build-postfix-method-regexp)
Documentation
Return tramp-postfix-method-regexp.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-build-postfix-method-regexp ()
"Return `tramp-postfix-method-regexp'."
(tramp-compat-rx (literal (tramp-build-postfix-method-format))))