Function: tramp-file-name-unquote-localname
tramp-file-name-unquote-localname is a byte-compiled function defined
in tramp.el.gz.
Signature
(tramp-file-name-unquote-localname VEC)
Documentation
Return unquoted localname component of VEC.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;; The localname can be quoted with "/:". Extract this.
(defun tramp-file-name-unquote-localname (vec)
"Return unquoted localname component of VEC."
(tramp-compat-file-name-unquote (tramp-file-name-localname vec)))