* lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo.

This commit is contained in:
Jürgen Hötzel 2015-08-03 19:40:25 +02:00 committed by Michael Albinus
parent 4e1bdd4494
commit 13e71e5ef3

View file

@ -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)