]> code.delx.au - gnu-emacs/commitdiff
* net/tramp.el (tramp-check-cached-permissions):
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 21 Feb 2014 07:52:04 +0000 (08:52 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 21 Feb 2014 07:52:04 +0000 (08:52 +0100)
Call `file-attributes' with `suffix' being a symbol but a string.

lisp/net/tramp.el

index 9b3cc9f73a51a2f91a41e20ee62b630cd5e92644..581aaa40c996384cd77b6bc0cad16ea4eef5cc51 100644 (file)
@@ -3868,7 +3868,7 @@ be granted."
                  (tramp-file-name-user vec)
                  (tramp-file-name-host vec)
                  (tramp-file-name-localname vec))
-                suffix)))
+                (intern suffix))))
               (remote-uid
                (tramp-get-connection-property
                 vec (concat "uid-" suffix) nil))