Function: tramp-smb-shell-quote-localname

tramp-smb-shell-quote-localname is a byte-compiled function defined in tramp-smb.el.gz.

Signature

(tramp-smb-shell-quote-localname VEC)

Documentation

Call tramp-smb-shell-quote-argument on localname of VEC.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defun tramp-smb-shell-quote-localname (vec)
  "Call `tramp-smb-shell-quote-argument' on localname of VEC."
  (tramp-smb-shell-quote-argument (tramp-smb-get-localname vec)))