]> code.delx.au - gnu-emacs/commitdiff
* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 6 Jul 2016 15:33:00 +0000 (17:33 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 6 Jul 2016 15:33:00 +0000 (17:33 +0200)
lisp/net/tramp-gvfs.el

index a22bd89fe90246418dd4a71dcb4185951bf7a80e..5afd290d35fd86769f0c2781bb50f7c47db79a0e 100644 (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