From: Michael Albinus Date: Fri, 21 Feb 2014 07:52:04 +0000 (+0100) Subject: * net/tramp.el (tramp-check-cached-permissions): X-Git-Tag: emacs-24.3.90~173^2^2~40 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67223d255a4431a4eb427ac689a354ef7086af98;p=emacs.git * net/tramp.el (tramp-check-cached-permissions): Call `file-attributes' with `suffix' being a symbol but a string. --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 9b3cc9f73a5..581aaa40c99 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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))