* lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo.
This commit is contained in:
parent
4e1bdd4494
commit
13e71e5ef3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue