aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-gvfs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index 709ea4670a8..424e77b0eba 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -992,7 +992,7 @@ If FILE-SYSTEM is non-nil, return file system attributes."
992 (tramp-file-mode-from-int (string-to-number n)) 992 (tramp-file-mode-from-int (string-to-number n))
993 (format 993 (format
994 "%s%s%s%s------" 994 "%s%s%s%s------"
995 (if dirp "d" "-") 995 (if dirp "d" (if res-symlink-target "l" "-"))
996 (if (equal (cdr (assoc "access::can-read" attributes)) 996 (if (equal (cdr (assoc "access::can-read" attributes))
997 "FALSE") 997 "FALSE")
998 "-" "r") 998 "-" "r")