mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo.
This commit is contained in:
parent
7eb7335f00
commit
2cbd80a5f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue