From 13e71e5ef38581661cf132421a140b513f90031a Mon Sep 17 00:00:00 2001 From: Jürgen Hötzel Date: Mon, 3 Aug 2015 19:40:25 +0200 Subject: * lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo. --- lisp/net/tramp-cache.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index f777468c1f..f13eee2056 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -157,7 +157,7 @@ Returns VALUE." ;; Unify localname. Remove hop from vector. (setq key (copy-sequence key)) (aset key 3 (tramp-run-real-handler 'directory-file-name (list file))) -p (aset key 4 nil) + (aset key 4 nil) (let ((hash (tramp-get-hash-table key))) ;; We put the timestamp there. (puthash property (cons (current-time) value) hash) -- cgit v1.2.3