Handle symlink targets containing spaces in tramp-gvfs.el

* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
Handle symlink targets containing spaces.
This commit is contained in:
Jürgen Hötzel 2015-10-16 19:46:18 +02:00 committed by Michael Albinus
parent 995b69918b
commit 1e1a326c0f

View file

@ -813,7 +813,7 @@ file names."
(goto-char (point-min))
(setq res-symlink-target
(if (re-search-forward
"standard::symlink-target:\\s-+\\(\\S-+\\)" nil t)
"standard::symlink-target:\\s-+\\(.*\\)$" nil t)
(match-string 1)))
;; ... number links
(goto-char (point-min))