* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo.

This commit is contained in:
Michael Albinus 2016-07-06 17:33:00 +02:00
parent 7eb7335f00
commit 2cbd80a5f8

View file

@ -1526,7 +1526,7 @@ It was \"a(say)\", but has changed to \"a{sv})\"."
(localname (tramp-file-name-localname vec))
(share (when (string-match "^/?\\([^/]+\\)" localname)
(match-string 1 localname)))
(ssl (when (string-match "^davs" method) "true" "false"))
(ssl (if (string-match "^davs" method) "true" "false"))
(mount-spec
`(:array
,@(cond