Function: tramp-unquote-file-local-name

tramp-unquote-file-local-name is a byte-compiled function defined in tramp.el.gz.

Signature

(tramp-unquote-file-local-name NAME)

Documentation

Return unquoted localname of NAME.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;; The localname can be quoted with "/:".  Extract this.
(defun tramp-unquote-file-local-name (name)
  "Return unquoted localname of NAME."
  (tramp-compat-file-name-unquote (tramp-file-local-name name)))