From 2cbd80a5f8a75aa7516a9f0cc467b72c05e94b4a Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 6 Jul 2016 17:33:00 +0200 Subject: [PATCH] * lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo. --- lisp/net/tramp-gvfs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index a22bd89fe90..5afd290d35f 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -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 -- 2.39.5