Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
352d3bea
Commit
352d3bea
authored
Sep 06, 2013
by
Michael Albinus
Browse files
Format long lines.
parent
1486fa31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/net/tramp-gvfs.el
lisp/net/tramp-gvfs.el
+4
-2
No files found.
lisp/net/tramp-gvfs.el
View file @
352d3bea
...
...
@@ -1424,7 +1424,8 @@ It was \"a(say)\", but has changed to \"a{sv})\"."
(
string-match
"^/?\\([^/]+\\)"
localname
)
(
list
(
tramp-gvfs-mount-spec-entry
"type"
"smb-share"
)
(
tramp-gvfs-mount-spec-entry
"server"
host
)
(
tramp-gvfs-mount-spec-entry
"share"
(
match-string
1
localname
))))
(
tramp-gvfs-mount-spec-entry
"share"
(
match-string
1
localname
))))
((
string-equal
"obex"
method
)
(
list
(
tramp-gvfs-mount-spec-entry
"type"
method
)
(
tramp-gvfs-mount-spec-entry
...
...
@@ -1441,7 +1442,8 @@ It was \"a(say)\", but has changed to \"a{sv})\"."
,@
(
when
domain
(
list
(
tramp-gvfs-mount-spec-entry
"domain"
domain
)))
,@
(
when
port
(
list
(
tramp-gvfs-mount-spec-entry
"port"
(
number-to-string
port
))))))
(
list
(
tramp-gvfs-mount-spec-entry
"port"
(
number-to-string
port
))))))
(
mount-pref
(
if
(
and
(
string-match
"\\`dav"
method
)
(
string-match
"^/?[^/]+"
localname
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment